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

PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined"