From a09ad3838a00d2b4781850759ca857822ba330e1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 25 Jul 2024 16:30:28 +0100 Subject: [PATCH] python3-numpy: ignore pep517-backend warnings 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-numpy_1.26.4.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.47.3