trash-cli: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:47 -08:00
parent c88ff86615
commit 2d21666e55

View file

@ -14,7 +14,7 @@ class TrashCli < Formula
sha256 "92c6ab8dc868bad029103c897ccdc5a04e6e0f6809dfd2759c58aa390a7d5e8f" => :el_capitan
end
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard
conflicts_with "trash", :because => "both install a `trash` binary"