diff mbox series

[06/10] python3-babel: replace distutils with setuptools, as supported by upstream

Message ID 20231215075210.3049785-6-alex@linutronix.de
State Accepted, archived
Commit 35f947f107dadd93eace4ac239fa308960d0f4da
Headers show
Series [01/10] gobject-introspection: depend on setuptools to obtain distutils module | expand

Commit Message

Alexander Kanavin Dec. 15, 2023, 7:52 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-babel_2.13.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-babel_2.13.1.bb b/meta/recipes-devtools/python/python3-babel_2.13.1.bb
index 6908d813265..79d8fba77f1 100644
--- a/meta/recipes-devtools/python/python3-babel_2.13.1.bb
+++ b/meta/recipes-devtools/python/python3-babel_2.13.1.bb
@@ -14,11 +14,11 @@  CLEANBROKEN = "1"
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-codecs \
     ${PYTHON_PN}-difflib \
-    ${PYTHON_PN}-distutils \
     ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-numbers \
     ${PYTHON_PN}-pickle \
     ${PYTHON_PN}-pytz \
+    ${PYTHON_PN}-setuptools \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-threading \
 "