From 2c1b967cd1b2786bc8ea7caf38d0d0fcc93af3e6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:10 +0100 Subject: [PATCH] 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-numpy_1.26.2.bb | 1 - 1 file changed, 1 deletion(-) 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 \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-doctest \ ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-distutils \ ${PYTHON_PN}-misc \ ${PYTHON_PN}-mmap \ ${PYTHON_PN}-netclient \