subversion@1.8: depend on python instead of :python
parent
c27309a0e0
commit
ba00f6bd19
|
@ -30,7 +30,7 @@ class SubversionAT18 < Formula
|
|||
|
||||
# Always build against Homebrew versions instead of system versions for consistency.
|
||||
depends_on "sqlite"
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
|
||||
# Bindings require swig
|
||||
depends_on "swig" if build.with?("perl") || build.with?("python") || build.with?("ruby")
|
||||
|
|
Loading…
Reference in New Issue