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

inherit distutils-common-base python3native