aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-12-27 00:27:42 -0500
committerMike McQuaid2014-12-27 10:03:35 +0000
commit3618e7ee3d5cea6c344e7eac7fed037a49a3dcdc (patch)
treee0c9d641a10c6395f47f1f8066eee3af27a17dae /Library
parent0947d4058e00a5486405d3d0b96087060089d377 (diff)
downloadhomebrew-3618e7ee3d5cea6c344e7eac7fed037a49a3dcdc.tar.bz2
pyqt: bottle against system Python
Closes #35283. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pyqt.rb2
1 files changed, 1 insertions, 1 deletions
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")