Skip to content

Commit

Permalink
pssh: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 53b6b89 commit 440a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pssh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 440a7b3

Please sign in to comment.