itstool: rename python@2 dependency
This commit is contained in:
parent
9661652178
commit
0cf00612cd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Itstool < Formula
|
|||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "libxml2"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue