From 3618e7ee3d5cea6c344e7eac7fed037a49a3dcdc Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Sat, 27 Dec 2014 00:27:42 -0500 Subject: pyqt: bottle against system Python Closes #35283. Signed-off-by: Mike McQuaid --- Library/Formula/pyqt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 83762f80b..cfadda56b 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -10,7 +10,7 @@ class Pyqt < Formula sha1 "e058c40214fa5bed6391e815cfe7b2473b2bbc98" => :mountain_lion end - depends_on :python => :recommended + option "without-python", "Build without python 2 support" depends_on :python3 => :optional if build.without?("python3") && build.without?("python") -- cgit v1.2.3