summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:32 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:21 -0800
commit5c725616cd93e9f873b06b282222f758dbc70d57 (patch)
treef1968a338be4c4df30638c7b6e7b7a059594eecc /meta-python
parent19378a686b26616d590909b4e822919881433308 (diff)
downloadmeta-openembedded-5c725616cd93e9f873b06b282222f758dbc70d57.tar.gz
python3-astroid: remove unneeded distutils dependency
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb b/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb
index db3ef43920..348dc2ebb8 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb
@@ -21,7 +21,6 @@ FILES:${PN}-tests += " \
21" 21"
22 22
23RDEPENDS:${PN}:class-target += "\ 23RDEPENDS:${PN}:class-target += "\
24 ${PYTHON_PN}-distutils \
25 ${PYTHON_PN}-lazy-object-proxy \ 24 ${PYTHON_PN}-lazy-object-proxy \
26 ${PYTHON_PN}-logging \ 25 ${PYTHON_PN}-logging \
27 ${PYTHON_PN}-six \ 26 ${PYTHON_PN}-six \