Use the new cython class to avoid duplicated fixup code to remove build paths.
Signed-off-by: Ross Burton <[email protected]> --- meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb index 3d9194c219..b59c289c51 100644 --- a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" -inherit pypi setuptools3 +inherit pypi setuptools3 cython BBCLASSEXTEND = "native nativesdk" - -DEPENDS += "python3-cython-native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113825): https://lists.openembedded.org/g/openembedded-devel/message/113825 Mute This Topic: https://lists.openembedded.org/mt/109582870/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
