Skip to content

Commit

Permalink
docker-compose: depend on python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 9, 2018
1 parent afb1580 commit 076b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/docker-compose.rb
Expand Up @@ -14,7 +14,7 @@ class DockerCompose < Formula
sha256 "7cbf432cc824fa4db0dbca88a7b18b14d8402a0e8828f53a5da9f15016eedaaa" => :el_capitan
end

depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
depends_on "libyaml"

# It's possible that the user wants to manually install Docker and Machine,
Expand Down

0 comments on commit 076b8b4

Please sign in to comment.