Skip to content

Commit

Permalink
z3: depend on python3 instead of :python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 10, 2018
1 parent d8379c0 commit 45c3a5e
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 @@ -14,7 +14,7 @@ class Z3 < Formula

option "without-python", "Build without python 2 support"
depends_on "python" => :recommended if MacOS.version <= :snow_leopard
depends_on :python3 => :optional
depends_on "python3" => :optional

def install
if build.without?("python3") && build.without?("python")
Expand Down

0 comments on commit 45c3a5e

Please sign in to comment.