supervisor: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:44 -08:00
parent 4940dfd4a7
commit 1878049b6b

View file

@ -14,7 +14,7 @@ class Supervisor < Formula
sha256 "4070b89b70cbdb2c9a68214fb4bc03f8b8363e33c9f7fde8b782f6f057d87e57" => :yosemite
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "meld3" do
url "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz"