diff options
| author | Lorenz Meier | 2014-10-26 12:32:22 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-26 14:14:37 +0000 |
| commit | b47dfdd2ef57e4d70bd27c64f4af2ea0eaae5bc9 (patch) | |
| tree | b59e948f38ba794b1fad761f7203c04f525f51f4 /Library | |
| parent | 88f9f6ac6d1a427c5dde17732e79251d5a8af03d (diff) | |
| download | homebrew-b47dfdd2ef57e4d70bd27c64f4af2ea0eaae5bc9.tar.bz2 | |
pyqt: install sip files into prefix.
Removes TODO which is now fixed
Fixes #33576.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyqt.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 191c45f4a..0e703b169 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -5,9 +5,6 @@ class Pyqt < Formula url "https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.11.1/PyQt-mac-gpl-4.11.1.tar.gz" sha1 "9d7478758957c60ac5007144a0dc7f157f4a5836" - # TODO: Before adding a bottle block again we need to fix: - # https://github.com/Homebrew/homebrew/issues/27623 - depends_on :python => :recommended depends_on :python3 => :optional @@ -35,7 +32,7 @@ class Pyqt < Formula args = ["--confirm-license", "--bindir=#{bin}", "--destdir=#{lib}/python#{version}/site-packages", - "--sipdir=#{HOMEBREW_PREFIX}/share/sip"] + "--sipdir=#{share}/sip"] # We need to run "configure.py" so that pyqtconfig.py is generated, which # is needed by QGIS, PyQWT (and many other PyQt interoperable |
