aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/classes/distutils3-base.bbclass
blob: a243e706e480b612936a7eebd38ccb063fcfbe68 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}"
DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}"
RDEPENDS:${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"

inherit distutils-common-base python3native python3targetconfig

python __anonymous() {
    bb.warn("distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead")
}