1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Ross Burton
2024-07-25 16:30:28 +01:00
committed by Richard Purdie
parent eec07311b2
commit 9e789e2e75
@@ -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"