stormpath-cli: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:44 -08:00
parent adccd43210
commit b5a818372e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class StormpathCli < Formula
sha256 "cc6ef08ff24c82dd2cef7b71cb9a6f8bcbcf13e2381e5ef233c8222038db42d6" => :el_capitan
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "cssselect" do
url "https://files.pythonhosted.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz"