pyqt: bottle against system Python

Closes Homebrew/homebrew#35283.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Tim D. Smith 2014-12-27 00:27:42 -05:00 committed by Mike McQuaid
parent a8edb62be0
commit 5cf155f9bd

View file

@ -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")