pssh: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:39 -08:00
parent 53b6b898f1
commit 440a7b3a94
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Pssh < Formula
sha256 "62595390d018a9a953928cf6adf8e9299b92f00c3846d74757a18437abbc5f27" => :mavericks
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
conflicts_with "putty", :because => "both install `pscp` binaries"