py-pyqt4: Require older version of PySIP (#19391)

Fixes #19322, thanks sto @Sinan81.
This commit is contained in:
Seth R. Johnson 2020-10-20 08:05:11 -04:00 committed by GitHub
parent bf47045302
commit 18960435af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ class PyPyqt4(SIPPackage):
# Supposedly can also be built with Qt 5 compatibility layer # Supposedly can also be built with Qt 5 compatibility layer
depends_on('qt@:4') depends_on('qt@:4')
depends_on('py-sip module=PyQt4.sip') depends_on('py-sip@:4.19.18 module=PyQt4.sip')
# https://www.riverbankcomputing.com/static/Docs/PyQt4/installation.html # https://www.riverbankcomputing.com/static/Docs/PyQt4/installation.html
def configure_file(self): def configure_file(self):