pyqt: fix sip requires.

This commit is contained in:
Jérôme Duval
2018-02-14 07:33:00 +01:00
committed by GitHub
parent d6df199cf7
commit 7da367b446

View File

@@ -5,7 +5,7 @@ simplicity of Python."
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/"
COPYRIGHT="2015-2017 Riverbank Computing Limited"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-$portVersion/PyQt5_gpl-$portVersion.tar.gz"
CHECKSUM_SHA256="5fc009448ea78c8fd48eb7083a7b93734dbd61290a9a21dab674096a7762b4ca"
SOURCE_DIR="PyQt5_gpl-$portVersion"
@@ -60,7 +60,7 @@ PROVIDES_python="
"
REQUIRES_python="
pyqt$secondaryArchSuffix == $portVersion base
python_sip >= 4.19
sip_python >= 4.19
cmd:python2
$REQUIRES
"
@@ -78,7 +78,7 @@ PROVIDES_python3="
REQUIRES_python3="
haiku${secondaryArchSuffix}
pyqt$secondaryArchSuffix == $portVersion base
python3_sip >= 4.19
sip_python3 >= 4.19
cmd:python$PYTHON3_VERSION
$REQUIRES
"
@@ -89,9 +89,9 @@ REPLACES_python3="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
setuptools_python
python_sip # >= 4.19
sip_python # >= 4.19
setuptools_python3
python3_sip # >= 4.19
sip_python3 # >= 4.19
devel:libQt5Bluetooth$secondaryArchSuffix >= 5.7
devel:libQt5Core$secondaryArchSuffix >= 5.7
devel:libQt5Designer$secondaryArchSuffix >= 5.7