python_mesonpy: remove cython-specific INSANE_SKIPs

These INSANE_SKIPs are specific to cython and unrelated to mesonpy, so
remove them. The new cython.bbclass should resolve the cause.

(From OE-Core rev: abe08a3238d162a1bdbc68172307eb3eb127bbb1)

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-11-08 11:55:59 +00:00 committed by Richard Purdie
parent 8d0c2c9e3c
commit 273eb505cb

View File

@ -33,10 +33,6 @@ def mesonpy_get_args(d):
PEP517_BUILD_OPTS = "-Cbuilddir='${B}' ${@mesonpy_get_args(d)}"
# Python pyx -> c -> so build leaves absolute build paths in the code
INSANE_SKIP:${PN} += "buildpaths"
INSANE_SKIP:${PN}-src += "buildpaths"
python_mesonpy_do_configure () {
python_pep517_do_configure
}