Skip to content

Commit

Permalink
docker-cloud: 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 7f792e4 commit afb1580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/docker-cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DockerCloud < Formula
sha256 "90b1feb11ccb54a1481a2c23df1c70762b346d0907b7f873296b70fb6774b763" => :el_capitan
end

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

resource "ago" do
Expand Down

0 comments on commit afb1580

Please sign in to comment.