diff options
| author | Mike McQuaid | 2014-01-04 13:06:46 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:19:23 +0000 |
| commit | fb30f4b8ec337aad02d2f774792fe5563e03e3d3 (patch) | |
| tree | f91f858d3d6d80552db5e8478cc8ed626ebd9990 /Library/Formula/graphviz.rb | |
| parent | dce2bd350ffb4f8e97b19c9922d1ee77dfae34c4 (diff) | |
| download | homebrew-fb30f4b8ec337aad02d2f774792fe5563e03e3d3.tar.bz2 | |
graphviz: cleanup python usage.
Diffstat (limited to 'Library/Formula/graphviz.rb')
| -rw-r--r-- | Library/Formula/graphviz.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb index d824b9950..68095f0a7 100644 --- a/Library/Formula/graphviz.rb +++ b/Library/Formula/graphviz.rb @@ -26,7 +26,6 @@ class Graphviz < Formula depends_on 'pkg-config' => :build depends_on 'pango' if build.include? 'with-pangocairo' depends_on 'swig' if build.include? 'with-bindings' - depends_on :python if build.include? 'with-bindings' # this will set up python depends_on 'gts' => :optional depends_on :freetype if build.include? 'with-freetype' or MacOS::X11.installed? depends_on :x11 if build.include? 'with-x' or MacOS::X11.installed? |
