From e99732267add81eb3af9c10750905677ee4bfbdf Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:06 +0100 Subject: [PATCH] python3-babel: replace distutils with setuptools, as supported by upstream (From OE-Core rev: 35f947f107dadd93eace4ac239fa308960d0f4da) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-babel_2.13.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6908d81326..79d8fba77f 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 \ "