diff mbox series

[10/10] python3-numpy: distutils is no longer required

Message ID 20231215075210.3049785-10-alex@linutronix.de
State Accepted, archived
Commit 6cbbeb75ed427d5f16d5a1d6f3f0c31e39db6d65
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
Please see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
https://numpy.org/doc/stable/release/1.26.0-notes.html

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-numpy_1.26.2.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 00c09b29954..253b3343677 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 \
                   ${PYTHON_PN}-shell \
                   ${PYTHON_PN}-doctest \
                   ${PYTHON_PN}-datetime \
-                  ${PYTHON_PN}-distutils \
                   ${PYTHON_PN}-misc \
                   ${PYTHON_PN}-mmap \
                   ${PYTHON_PN}-netclient \