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