diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-numpy_1.26.4.bb')
-rw-r--r-- | poky/meta/recipes-devtools/python/python3-numpy_1.26.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-numpy_1.26.4.bb b/poky/meta/recipes-devtools/python/python3-numpy_1.26.4.bb index ccd08147af..914245507c 100644 --- a/poky/meta/recipes-devtools/python/python3-numpy_1.26.4.bb +++ b/poky/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" |