aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
blob: 389686c90154ea3bea9f812f22f024e99d844fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"