diff mbox series

[meta-python] python3-wxgtk4: Switch to PEP-517 build backend

Message ID 20251128195553.1313662-1-alperyasinak1@gmail.com
State Changes Requested, archived
Headers show
Series [meta-python] python3-wxgtk4: Switch to PEP-517 build backend | expand

Commit Message

Alper Ak Nov. 28, 2025, 7:55 p.m. UTC
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(-)

Comments

Khem Raj Nov. 29, 2025, 3:33 a.m. UTC | #1
this fails

https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/4346488/raw_inline

On Fri, Nov 28, 2025 at 11:56 AM Alper Ak via lists.openembedded.org
<alperyasinak1=gmail.com@lists.openembedded.org> wrote:

> 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(-)
>
> 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/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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}"