diff mbox series

[meta-python] python3-lazy-object-proxy: switch to PEP-517 build backend

Message ID 20240807130747.147890-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-python] python3-lazy-object-proxy: switch to PEP-517 build backend | expand

Commit Message

alperak Aug. 7, 2024, 1:07 p.m. UTC
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.

Fix:

WARNING: python3-lazy-object-proxy-1.10.0-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: alperak <alperyasinak1@gmail.com>
---
 .../python/python3-lazy-object-proxy_1.10.0.bb                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb
index 263c46869..195f94705 100644
--- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb
@@ -4,8 +4,8 @@  LICENSE = "BSD-2-Clause"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d606e94f56c21c8e0cdde0b622dcdf57"
 
-DEPENDS += "python3-setuptools-scm-native python3-pip-native"
+DEPENDS += "python3-setuptools-scm-native"
 
 SRC_URI[sha256sum] = "78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta