From 9c21a0df1cc45bfc78fb4024ea436e95c7657527 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 7 Aug 2024 16:14:19 +0300 Subject: python3-qrcode: switch to PEP-517 build backend The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-qrcode-7.4.2-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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb index 204f4eceec..49cf62860e 100644 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb @@ -3,10 +3,9 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" -PYPI_PACKAGE = "qrcode" SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN} = " \ python3-six \ -- cgit v1.2.3-54-g00ecf