subversion@1.8: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:10 -08:00
parent c27309a0e0
commit ba00f6bd19
1 changed files with 1 additions and 1 deletions

View File

@ -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")