diff mbox series

[v3,4/4] python_mesonpy: remove cython-specific INSANE_SKIPs

Message ID 20241108115559.770860-4-ross.burton@arm.com
State New
Headers show
Series [v3,1/4] python3-cython: add patch to prefix map source paths in generated files | expand

Commit Message

Ross Burton Nov. 8, 2024, 11:55 a.m. UTC
These INSANE_SKIPs are specific to cython and unrelated to mesonpy, so
remove them. The new cython.bbclass should resolve the cause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes-recipe/python_mesonpy.bbclass | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/python_mesonpy.bbclass b/meta/classes-recipe/python_mesonpy.bbclass
index 131fa74bede..81c087c7c75 100644
--- a/meta/classes-recipe/python_mesonpy.bbclass
+++ b/meta/classes-recipe/python_mesonpy.bbclass
@@ -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
 }