libxml2: depend on python instead of :python
This commit is contained in:
parent
aaedee8ac0
commit
6e6da28e48
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Libxml2 < Formula
|
|||
|
||||
keg_only :provided_by_macos
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
system "autoreconf", "-fiv" if build.head?
|
||||
|
|
Loading…
Reference in a new issue