From b47dfdd2ef57e4d70bd27c64f4af2ea0eaae5bc9 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 26 Oct 2014 12:32:22 +0100 Subject: pyqt: install sip files into prefix. Removes TODO which is now fixed Fixes #33576. --- Library/Formula/pyqt.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3