The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.
Fix: WARNING: python3-wxgtk4-4.2.4-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: Alper Ak <[email protected]> --- .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb index 2899f6909e..81bf69f468 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb @@ -18,7 +18,7 @@ SRC_URI += "file://add-back-option-build-base.patch \ " SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c" -inherit pypi setuptools3 cython pkgconfig features_check +inherit pypi python_setuptools_build_meta cython pkgconfig features_check S = "${UNPACKDIR}/wxPython-${PV}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122126): https://lists.openembedded.org/g/openembedded-devel/message/122126 Mute This Topic: https://lists.openembedded.org/mt/116518159/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
