From 7f88af0179f880a8358f7eb2ac63cc43976e92c1 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 1 Jan 2018 11:42:48 -0800 Subject: [PATCH] z3: depend on python instead of :python --- Formula/z3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/z3.rb b/Formula/z3.rb index 7ee4859d501..3570819a225 100644 --- a/Formula/z3.rb +++ b/Formula/z3.rb @@ -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