z3: depend on python instead of :python
parent
9b02648b32
commit
7f88af0179
|
@ -13,7 +13,7 @@ class Z3 < Formula
|
|||
end
|
||||
|
||||
option "without-python", "Build without python 2 support"
|
||||
depends_on :python => :recommended if MacOS.version <= :snow_leopard
|
||||
depends_on "python" => :recommended if MacOS.version <= :snow_leopard
|
||||
depends_on :python3 => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue