From: Alexander Kanavin Date: Fri, 15 Dec 2023 07:52:06 +0000 (+0100) Subject: python3-babel: replace distutils with setuptools, as supported by upstream X-Git-Tag: uninative-4.4~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f947f107dadd93eace4ac239fa308960d0f4da;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-babel: replace distutils with setuptools, as supported by upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 \ "