summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-21 10:38:29 +0000
commit2c1b967cd1b2786bc8ea7caf38d0d0fcc93af3e6 (patch)
tree1945d394e30a93997b80bca66d967165427bfea7
parent91f9f75e1bdbda2676998c45f3d509cc1410e1ba (diff)
downloadpoky-2c1b967cd1b2786bc8ea7caf38d0d0fcc93af3e6.tar.gz
python3-numpy: distutils is no longer required
Please see: https://numpy.org/devdocs/reference/distutils_status_migration.html https://numpy.org/doc/stable/release/1.26.0-notes.html (From OE-Core rev: 6cbbeb75ed427d5f16d5a1d6f3f0c31e39db6d65) 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>
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.26.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.2.bb b/meta/recipes-devtools/python/python3-numpy_1.26.2.bb
index 00c09b2995..253b334367 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.26.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.26.2.bb
@@ -40,7 +40,6 @@ RDEPENDS:${PN} = "${PYTHON_PN}-unittest \
40 ${PYTHON_PN}-shell \ 40 ${PYTHON_PN}-shell \
41 ${PYTHON_PN}-doctest \ 41 ${PYTHON_PN}-doctest \
42 ${PYTHON_PN}-datetime \ 42 ${PYTHON_PN}-datetime \
43 ${PYTHON_PN}-distutils \
44 ${PYTHON_PN}-misc \ 43 ${PYTHON_PN}-misc \
45 ${PYTHON_PN}-mmap \ 44 ${PYTHON_PN}-mmap \
46 ${PYTHON_PN}-netclient \ 45 ${PYTHON_PN}-netclient \