pyvim: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:40 -08:00
parent 6719634e26
commit 6c8f69f2e3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Pyvim < Formula
sha256 "76295ee3821641b9ce9f951372b82a393e30d21e2420f870a0f8acef52e561b3" => :el_capitan
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
resource "docopt" do
url "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz"