Skip to content

Commit

Permalink
docker-cloud: rename python@2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 2, 2018
1 parent 066aca6 commit e6d44f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/docker-cloud.rb
Expand Up @@ -11,7 +11,7 @@ class DockerCloud < Formula
sha256 "90b1feb11ccb54a1481a2c23df1c70762b346d0907b7f873296b70fb6774b763" => :el_capitan
end

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

resource "ago" do
Expand Down

0 comments on commit e6d44f1

Please sign in to comment.