From 96a47360100577312eb74163f34489291ce5866e Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 12 Jun 2013 12:01:34 +0200 Subject: [PATCH] python3: depends_on xz for lzma module in 3.3 --- Formula/python3.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/python3.rb b/Formula/python3.rb index 308c5a1f8c..36582d1e31 100644 --- a/Formula/python3.rb +++ b/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