The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.
Fixes WARNING: tuna-0.20-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-extended/tuna/tuna_0.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/tuna/tuna_0.20.bb b/meta-python/recipes-extended/tuna/tuna_0.20.bb index c647adbd35..044adeac71 100644 --- a/meta-python/recipes-extended/tuna/tuna_0.20.bb +++ b/meta-python/recipes-extended/tuna/tuna_0.20.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += " \ python3-six \ " -inherit setuptools3 +inherit python_setuptools_build_meta do_install:append() { install -m 0755 -d ${D}${bindir}
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121386): https://lists.openembedded.org/g/openembedded-devel/message/121386 Mute This Topic: https://lists.openembedded.org/mt/116187905/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
