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-pkcs11_0.7.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb index 816b728dc0..84bc17959a 100644 --- a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb @@ -9,12 +9,11 @@ SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9 PYPI_PACKAGE = "python-pkcs11" -inherit pypi setuptools3 +inherit pypi setuptools3 cython BBCLASSEXTEND = "native" DEPENDS += " \ - python3-cython-native \ python3-setuptools-scm-native \ python3 \ " -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113833): https://lists.openembedded.org/g/openembedded-devel/message/113833 Mute This Topic: https://lists.openembedded.org/mt/109582879/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
