pyvim: depend on python instead of :python
parent
6719634e26
commit
6c8f69f2e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue