theharvester: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:45 -08:00
parent 0eff6d4bb0
commit 7ab635129b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Theharvester < Formula
sha256 "56c3d5b41a821be12fc6f27ac8beb266984f0c245495c9970614ed776107633f" => :mavericks
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "requests" do
url "https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/requests-2.10.0.tar.gz"