libxml2: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:34 -08:00
parent aaedee8ac0
commit 6e6da28e48

View file

@ -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?