Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 1 | DEPENDS:append:class-target = " python3-native python3" |
| 2 | DEPENDS:append:class-nativesdk = " python3-native python3" |
| 3 | RDEPENDS:${PN} += "${@['', 'python3-core']['${CLASSOVERRIDE}' == 'class-target']}" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | |
| 5 | inherit distutils-common-base python3native python3targetconfig |
| 6 | |
| 7 | python __anonymous() { |
| 8 | bb.warn("distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead") |
| 9 | |