translate-toolkit: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:45 -08:00
parent f97fdb18a5
commit 025eb2dec0
1 changed files with 1 additions and 1 deletions

View File

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