aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-06-17 14:10:13 +0100
committerMike McQuaid2014-06-20 13:03:00 +0100
commit6853d818381576d51e8b331b68e2b9fe5aa00285 (patch)
treeedd12edd083dbbd027f94dca7b415810dec40f61 /Library/Formula
parentdc53c331ebb3bf752655a6e2147ea90c38a22e2f (diff)
downloadhomebrew-6853d818381576d51e8b331b68e2b9fe5aa00285.tar.bz2
binwalk: only depend on Python on 10.6.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/binwalk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb
index 40a48c225..73b2ed0e8 100644
--- a/Library/Formula/binwalk.rb
+++ b/Library/Formula/binwalk.rb
@@ -14,7 +14,7 @@ class Binwalk < Formula
depends_on 'libmagic' => 'with-python'
depends_on 'matplotlib' => :python if build.with? 'matplotlib'
depends_on 'pyside'
- depends_on :python
+ depends_on :python if MacOS.version <= :snow_leopard
resource 'pyqtgraph' do
url 'http://www.pyqtgraph.org/downloads/pyqtgraph-0.9.8.tar.gz'