mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
pyqt: build depends on 4.19.14+ version of sip
This commit is contained in:
@@ -71,7 +71,7 @@ PROVIDES_python="
|
||||
REQUIRES_python="
|
||||
pyqt$secondaryArchSuffix == $portVersion base
|
||||
enum34_python
|
||||
sip_pyqt_python >= 4.19
|
||||
sip_pyqt_python >= 4.19.14
|
||||
cmd:python2
|
||||
$REQUIRES
|
||||
"
|
||||
@@ -89,7 +89,7 @@ PROVIDES_python3="
|
||||
REQUIRES_python3="
|
||||
haiku${secondaryArchSuffix}
|
||||
pyqt$secondaryArchSuffix == $portVersion base
|
||||
sip_pyqt_python3 >= 4.19
|
||||
sip_pyqt_python3 >= 4.19.14
|
||||
cmd:python$PYTHON3_VERSION
|
||||
$REQUIRES
|
||||
"
|
||||
@@ -111,9 +111,9 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
enum34_python
|
||||
setuptools_python
|
||||
sip_pyqt_python # >= 4.19
|
||||
sip_pyqt_python >= 4.19.14
|
||||
setuptools_python3
|
||||
sip_pyqt_python3 # >= 4.19
|
||||
sip_pyqt_python3 >= 4.19.14
|
||||
devel:libQt5Bluetooth$secondaryArchSuffix >= $qtVersion
|
||||
devel:libQt5Core$secondaryArchSuffix >= $qtVersion
|
||||
devel:libQt5Designer$secondaryArchSuffix >= $qtVersion
|
||||
|
||||
Reference in New Issue
Block a user