Skip to content

Commit

Permalink
binwalk: only depend on Python on 10.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jun 20, 2014
1 parent 958b76c commit b1cd749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/binwalk.rb
Expand Up @@ -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'
Expand Down

0 comments on commit b1cd749

Please sign in to comment.