Skip to content

Commit

Permalink
spoof-mac: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 8fd6588 commit a5608b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/spoof-mac.rb
Expand Up @@ -14,7 +14,7 @@ class SpoofMac < Formula
sha256 "f7dc1529dd2c83d8bf8667d170299aa592910bb4918174b23f6a9b7d3555084e" => :mavericks
end

depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard

resource "docopt" do
url "https://pypi.python.org/packages/source/d/docopt/docopt-0.6.2.tar.gz"
Expand Down

0 comments on commit a5608b1

Please sign in to comment.