aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils3-base.bbclass
blob: 7dbf07ac4b85b8bd9019d2ec5bbc9245f3aa66c8 (plain)
1
2
3
4
5
DEPENDS  += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES') == '')]}"
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"

inherit distutils-common-base python3native