scour: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:42 -08:00
parent 73281ee860
commit 5fe934a189

View file

@ -15,7 +15,7 @@ class Scour < Formula
sha256 "cf80be6ef39cbcdb2e4944799442f0d5fa2a76295fb54eae8677de6b72c8626d" => :yosemite
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "six" do
url "https://files.pythonhosted.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz"