pyqt: bottle against system Python
Closes Homebrew/homebrew#35283. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a8edb62be0
commit
5cf155f9bd
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue