From ac2d2c4e8b72a630af6ebc695218abd8f7737aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 22 Mar 2019 12:17:50 +0100 Subject: [PATCH] pyqt: build depends on 4.19.14+ version of sip --- dev-python/pyqt/pyqt-5.12.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyqt/pyqt-5.12.1.recipe b/dev-python/pyqt/pyqt-5.12.1.recipe index 82febca34..3bdddf6ab 100644 --- a/dev-python/pyqt/pyqt-5.12.1.recipe +++ b/dev-python/pyqt/pyqt-5.12.1.recipe @@ -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