diff mbox series

[meta-python,2/6] python3-sniffio: witch to PEP-517 build backend

Message ID 20240809085236.1828180-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/6] python3-itsdangerous: Upgrade 2.1.2 -> 2.2.0 | expand

Commit Message

Leon Anavi Aug. 9, 2024, 8:52 a.m. UTC
The project has a proper pyproject.toml which declares the
setuptools.build.meta PEP-517 backend.

Fixes:
WARNING: python3-sniffio-1.3.1-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: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb
index 448ac34f5..746e4185d 100644
--- a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb
@@ -7,6 +7,6 @@  LIC_FILES_CHKSUM = "\
     file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
 "
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 SRC_URI[sha256sum] = "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"