z3: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:48 -08:00
parent 9b02648b32
commit 7f88af0179
1 changed files with 1 additions and 1 deletions

View File

@ -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