pssh: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:40 -08:00
parent 3fe664979c
commit 8cc3f42c85

View file

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