graphviz: depend on python instead of :python
This commit is contained in:
parent
d1f0649882
commit
c603e069eb
1 changed files with 1 additions and 1 deletions
|
@ -44,8 +44,8 @@ class Graphviz < Formula
|
||||||
|
|
||||||
if build.with? "bindings"
|
if build.with? "bindings"
|
||||||
depends_on "swig" => :build
|
depends_on "swig" => :build
|
||||||
depends_on :python
|
|
||||||
depends_on :java
|
depends_on :java
|
||||||
|
depends_on "python" if MacOS.version <= :snow_leopard
|
||||||
depends_on "ruby"
|
depends_on "ruby"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue