aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-python/pyqt5/python-pyqt5_5.13.2.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
deleted file mode 100644
index 389686c9..00000000
--- a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require python-pyqt5.inc
-
-inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative python-dir", "", d)}
-
-python() {
- if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
- raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
-}
-
-DEPENDS += "sip sip-native python"
-
-RDEPENDS_${PN} += "python-core python-sip"