From: Alexander Kanavin Date: Fri, 15 Dec 2023 07:52:10 +0000 (+0100) Subject: python3-numpy: distutils is no longer required X-Git-Tag: uninative-4.4~691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbbeb75ed427d5f16d5a1d6f3f0c31e39db6d65;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 \