summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-21 10:38:29 +0000
commite99732267add81eb3af9c10750905677ee4bfbdf (patch)
tree890e0496746bc93851a5c3c54e8373862a7cfe29 /meta/recipes-devtools/python
parent8c67164341d82d7c65380b70a133e8da92ddc9cd (diff)
downloadpoky-e99732267add81eb3af9c10750905677ee4bfbdf.tar.gz
python3-babel: replace distutils with setuptools, as supported by upstream
(From OE-Core rev: 35f947f107dadd93eace4ac239fa308960d0f4da) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-babel_2.13.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
14RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-codecs \ 15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-difflib \ 16 ${PYTHON_PN}-difflib \
17 ${PYTHON_PN}-distutils \
18 ${PYTHON_PN}-netserver \ 17 ${PYTHON_PN}-netserver \
19 ${PYTHON_PN}-numbers \ 18 ${PYTHON_PN}-numbers \
20 ${PYTHON_PN}-pickle \ 19 ${PYTHON_PN}-pickle \
21 ${PYTHON_PN}-pytz \ 20 ${PYTHON_PN}-pytz \
21 ${PYTHON_PN}-setuptools \
22 ${PYTHON_PN}-shell \ 22 ${PYTHON_PN}-shell \
23 ${PYTHON_PN}-threading \ 23 ${PYTHON_PN}-threading \
24" 24"