proselint: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:39 -08:00
parent ce8020bd77
commit 886b1aae24
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Proselint < Formula
sha256 "3251f7ab8536ce8ce27973ae7b3578a404b712688dfa79c4f7d2413d1760ae32" => :yosemite
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "click" do
url "https://files.pythonhosted.org/packages/95/d9/c3336b6b5711c3ab9d1d3a80f1a3e2afeb9d8c02a7166462f6cc96570897/click-6.7.tar.gz"