summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-25 16:30:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-26 12:28:42 +0100
commit9e789e2e75b22d36333fbe80f6ac8d0ee87710a2 (patch)
treee7b8de3a2ca45df6a8e4dc3250f8ef89b3069a7b /meta/recipes-devtools/python/python3-numpy_1.26.4.bb
parenteec07311b277e02223f497fe9ac1f51251a03d99 (diff)
downloadpoky-9e789e2e75b22d36333fbe80f6ac8d0ee87710a2.tar.gz
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. (From OE-Core rev: a09ad3838a00d2b4781850759ca857822ba330e1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_1.26.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.26.4.bb3
1 files changed, 3 insertions, 0 deletions
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 ccd08147af..914245507c 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 \
61 ldd \ 61 ldd \
62" 62"
63 63
64# Upstream has a pyproject.toml but as of 1.26.4 it's marked as experimental
65INSANE_SKIP = "pep517-backend"
66
64BBCLASSEXTEND = "native nativesdk" 67BBCLASSEXTEND = "native nativesdk"