stormssh: depend on python instead of :python

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

View File

@ -14,7 +14,7 @@ class Stormssh < Formula
sha256 "902cb6751c1af1c04a23419f3bff6ad2f34a36690c44059526142f886a93b6dd" => :mavericks
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
conflicts_with "storm", :because => "both install 'storm' binary"