translate-toolkit: depend on python instead of :python
parent
f97fdb18a5
commit
025eb2dec0
|
@ -15,7 +15,7 @@ class TranslateToolkit < Formula
|
|||
sha256 "0906c4e2cda5f89cb8c4b0caf6e70ace27a62611be39ad01611e1b8637a2c121" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "argparse" do
|
||||
url "https://files.pythonhosted.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue