itstool: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:54 -07:00
parent b194f2b40a
commit efef5411a2

View file

@ -29,7 +29,7 @@ class Itstool < Formula
depends_on "automake" => :build
end
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
depends_on "libxml2"
def install