blob: c761b3602b10d012cab221f5b686187dd82bc473 (
plain)
1
2
3
4
5
|
DEPENDS += "${@["python-native python", ""][(d.getVar('PACKAGES', True) == '')]}"
RDEPENDS_${PN} += "${@['', 'python-core']['${PN}' == '${BPN}']}"
inherit distutils-common-base pythonnative
|