diff options
| author | Samuel John | 2013-06-12 12:01:34 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-12 12:01:34 +0200 |
| commit | 7b4507318b4e5106effdac568acd14926ecfdddc (patch) | |
| tree | 36e723c1ae5efd711898d2ab923c0df5fa1c1c3f /Library/Formula | |
| parent | c10ac80fd1943acbd5850e54b681ee20b6e786ae (diff) | |
| download | homebrew-7b4507318b4e5106effdac568acd14926ecfdddc.tar.bz2 | |
python3: depends_on xz for lzma module in 3.3
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python3.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 308c5a1f8..36582d1e3 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -33,6 +33,7 @@ class Python3 < Formula depends_on 'sqlite' => :recommended depends_on 'gdbm' => :recommended depends_on 'openssl' if build.with? 'brewed-openssl' + depends_on 'xz' => :recommended # for the lzma module added in 3.3 depends_on 'homebrew/dupes/tcl-tk' if build.with? 'brewed-tk' def patches |
