aboutsummaryrefslogtreecommitdiffstats
path: root/classes/distutils-base.bbclass
blob: 2e151ded388ba5ebee26976933c920f7312ac2b7 (plain)
1
2
3
4
5
DEPENDS  += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}"
RDEPENDS += "python-core"

inherit distutils-common-base