aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyrex-native_0.9.9.bb
blob: 3c64c2f7df01ebd83ec5d246d2a2bd983e4a27d7 (plain)
1
2
3
4
5
6
7
require python-pyrex_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS:${PN} = ""
PR = "r3"

PNBLACKLIST[python-pyrex-native] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"