From 84b305945893b7c9d11d76215f45d57afeab449c Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 10 Oct 2024 11:48:14 +0300 Subject: python3-spidev: switch to PEP-517 build backend Fix: WARNING: python3-spidev-3.6-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 (cherry picked from commit dd22a1cdc78fdc45a369dcbe7d763e4d697029d0) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-spidev_3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb index e3fdc435ac..807ee5b783 100644 --- a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb +++ b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb @@ -12,4 +12,4 @@ SRCNAME = "spidev" SRC_URI[sha256sum] = "14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf