python3: depends_on xz for lzma module in 3.3

This commit is contained in:
Samuel John 2013-06-12 12:01:34 +02:00
parent 26387070d0
commit 96a4736010

View file

@ -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