summaryrefslogtreecommitdiffstats
path: root/meta-python/classes/distutils3-base.bbclass
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2025-05-22 08:50:29 -0400
committerKhem Raj <raj.khem@gmail.com>2025-05-22 17:39:10 -0700
commit90bae3f54c17ad8dcce649f581474926f07b62a1 (patch)
tree549e1b887255bcdc280b5f1af404b50149a24a73 /meta-python/classes/distutils3-base.bbclass
parent06ff6f94cf1d757a186fb4d33344d702f6bf82ad (diff)
downloadmeta-openembedded-90bae3f54c17ad8dcce649f581474926f07b62a1.tar.gz
distutils: remove classes
distutils is no longer in Python as of 3.12. Nothing seems to be using these classes in the layer, so remove them. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/classes/distutils3-base.bbclass')
-rw-r--r--meta-python/classes/distutils3-base.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/classes/distutils3-base.bbclass b/meta-python/classes/distutils3-base.bbclass
deleted file mode 100644
index d36b4c4a3e..0000000000
--- a/meta-python/classes/distutils3-base.bbclass
+++ /dev/null
@@ -1,9 +0,0 @@
1DEPENDS:append:class-target = " python3-native python3"
2DEPENDS:append:class-nativesdk = " python3-native python3"
3RDEPENDS:${PN} += "${@['', 'python3-core']['${CLASSOVERRIDE}' == 'class-target']}"
4
5inherit distutils-common-base python3native python3targetconfig
6
7python __anonymous() {
8 bb.warn("distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead")
9}