diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/binwalk.rb | 2 |
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' |
