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 <[email protected]> --- 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.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202509): https://lists.openembedded.org/g/openembedded-core/message/202509 Mute This Topic: https://lists.openembedded.org/mt/107544872/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
