summaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2020-03-06 12:32:13 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2020-03-10 18:16:10 +0200
commit65028944ee13f5fa7939aa0b669ecc8ad358012d (patch)
treeb0bd5fcacb9b26cdfbcdbe8b9cf5568f59a8a729 /recipes-python/pyqt5/python-pyqt5_5.13.2.bb
parenteb59ee61d4bc967673346bc16f6585f7ab7cee55 (diff)
parent5114e3057ceb4afc7f2ae9f71bb351f9e5c7f553 (diff)
downloadmeta-qt5-65028944ee13f5fa7939aa0b669ecc8ad358012d.tar.gz
Merge "Merge remote-tracking branch 'qt/5.14' into 5.15"
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5_5.13.2.bb')
-rw-r--r--recipes-python/pyqt5/python-pyqt5_5.13.2.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
index b8b1d086..e051b156 100644
--- a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
+++ b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
@@ -1,6 +1,11 @@
1require python-pyqt5.inc 1require python-pyqt5.inc
2 2
3inherit pythonnative python-dir 3inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative python-dir", "", d)}
4
5python() {
6 if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
7 raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
8}
4 9
5DEPENDS += "sip sip-native python" 10DEPENDS += "sip sip-native python"
6 11