sqlparse: depend on python instead of :python
parent
a5608b18c6
commit
5e8460eac1
|
@ -13,7 +13,7 @@ class Sqlparse < Formula
|
|||
sha256 "7155f5eca1b0f127a1f82846842c50e540460093ebc0b6735b724979594b6a06" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
virtualenv_install_with_resources
|
||||
|
|
Loading…
Reference in New Issue