itstool: depend on python@2
This commit is contained in:
parent
b194f2b40a
commit
efef5411a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue