py-pyqt4: Require older version of PySIP (#19391)
Fixes #19322, thanks sto @Sinan81.
This commit is contained in:
parent
bf47045302
commit
18960435af
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user