| Message ID | 20251128195553.1313662-1-alperyasinak1@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python] python3-wxgtk4: Switch to PEP-517 build backend | expand |
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}"
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 <alperyasinak1@gmail.com> --- .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)