Skip to content

Commit

Permalink
juju-quickstart: 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 13f0e8f commit a52500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/juju-quickstart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class JujuQuickstart < Formula
sha256 "b4c3a7b5d42d808bd96ec8b1a398e4d2950e1f5e3c0d1e00cfd259069e1191f5" => :mavericks
end

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

def install
Expand Down

0 comments on commit a52500c

Please sign in to comment.