diff mbox series

[3/4] python3-numpy: ignore pep517-backend warnings

Message ID 20240725153029.828624-3-ross.burton@arm.com
State Accepted, archived
Commit a09ad3838a00d2b4781850759ca857822ba330e1
Headers show
Series [1/4] setuptools3: check for a PEP517 build system selection | expand

Commit Message

Ross Burton July 25, 2024, 3:30 p.m. UTC
Upstream has a pyproject.toml but it's marked as experimental and does
not currently work at all with the meson-python release we currently
have.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-numpy_1.26.4.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
index ccd08147af6..914245507c7 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
@@ -61,4 +61,7 @@  RDEPENDS:${PN}-ptest += "python3-pytest \
                          ldd \
 "
 
+# Upstream has a pyproject.toml but as of 1.26.4 it's marked as experimental
+INSANE_SKIP = "pep517-backend"
+
 BBCLASSEXTEND = "native nativesdk"