Use the new cython class to avoid duplicated fixup code to remove build paths.
Signed-off-by: Ross Burton <[email protected]> --- .../recipes-devtools/python/python3-sqlalchemy_2.0.35.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb index 202350dcd1..87d76e9e33 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb @@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c78b979ae6c20775a28a287d32092cbb" SRC_URI[sha256sum] = "e11d7ea4d24f0a262bccf9a7cd6284c976c5369dac21db237cff59586045ab9f" -inherit pypi python_setuptools_build_meta - -DEPENDS += "python3-cython-native" +inherit pypi python_setuptools_build_meta cython RDEPENDS:${PN} += " \ python3-asyncio \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113841): https://lists.openembedded.org/g/openembedded-devel/message/113841 Mute This Topic: https://lists.openembedded.org/mt/109582889/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
