juju-quickstart: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:33 -08:00
parent fa737d7fe0
commit 687582800e

View file

@ -13,7 +13,7 @@ class JujuQuickstart < Formula
sha256 "b4c3a7b5d42d808bd96ec8b1a398e4d2950e1f5e3c0d1e00cfd259069e1191f5" => :mavericks
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "juju"
def install