diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyqt.rb | 2 |
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") |
