docker-compose: rename python@2 dependency
This commit is contained in:
parent
e6d44f17e8
commit
1889d7d503
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class DockerCompose < Formula
|
|||
sha256 "61b27a9bbed711d265f8eb3d598bf25c4b86bfbff8aab4fe02d0c0039904e97a" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "libyaml"
|
||||
|
||||
# It's possible that the user wants to manually install Docker and Machine,
|
||||
|
|
Loading…
Reference in a new issue