aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:06:46 +0000
committerMike McQuaid2014-01-04 13:19:23 +0000
commitfb30f4b8ec337aad02d2f774792fe5563e03e3d3 (patch)
treef91f858d3d6d80552db5e8478cc8ed626ebd9990 /Library/Formula/graphviz.rb
parentdce2bd350ffb4f8e97b19c9922d1ee77dfae34c4 (diff)
downloadhomebrew-fb30f4b8ec337aad02d2f774792fe5563e03e3d3.tar.bz2
graphviz: cleanup python usage.
Diffstat (limited to 'Library/Formula/graphviz.rb')
-rw-r--r--Library/Formula/graphviz.rb1
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?