libxml2@2.7: depend on python instead of :python
This commit is contained in:
parent
7d9d4eafba
commit
239453748b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Libxml2AT27 < Formula
|
|||
|
||||
keg_only :versioned_formula
|
||||
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue