python3: depends_on xz for lzma module in 3.3
This commit is contained in:
parent
26387070d0
commit
96a4736010
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue