Skip to content

Commit

Permalink
dnstwist: 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 a47a94b commit 9cfd9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/dnstwist.rb
Expand Up @@ -13,7 +13,7 @@ class Dnstwist < Formula
sha256 "22426190a5dad132035572a609f3f612716837b050f7ec68707bd5aee87b7418" => :mavericks
end

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

Expand Down

0 comments on commit 9cfd9f0

Please sign in to comment.