Skip to content

Commit

Permalink
z3: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 9b02648 commit 7f88af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/z3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f88af0

Please sign in to comment.