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-cytoolz_1.0.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb index 15fb1733a8..9df99e03c8 100644 --- a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e" SRC_URI[sha256sum] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd" -inherit pypi setuptools3 +inherit pypi setuptools3 cython -DEPENDS += "python3-cython-native" RDEPENDS:${PN} += "python3-toolz" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113826): https://lists.openembedded.org/g/openembedded-devel/message/113826 Mute This Topic: https://lists.openembedded.org/mt/109582871/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
