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-yarl_1.15.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb index 475c71bba7..337262efe0 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb @@ -9,11 +9,10 @@ SRC_URI += "file://run-ptest" PYPI_PACKAGE = "yarl" -inherit pypi ptest python_setuptools_build_meta +inherit pypi ptest python_setuptools_build_meta cython DEPENDS += " \ python3-expandvars-native \ - python3-cython-native \ " RDEPENDS:${PN} = "\ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113843): https://lists.openembedded.org/g/openembedded-devel/message/113843 Mute This Topic: https://lists.openembedded.org/mt/109582892/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
