blob: d4d25dccb932e345a4ae5813793f58e421f06ed3 (
plain)
1
2
3
4
5
6
7
8
|
DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}"
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
PYTHON_BASEVERSION = "3.3"
PYTHON_ABI = "m"
inherit distutils-common-base python3native
|