trash-cli: rename python@2 dependency
This commit is contained in:
parent
c88ff86615
commit
2d21666e55
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue