tuna: Switch to PEP-517 build backend

The project has a proper pyproject.toml which declares the
setuptools.build.meta PEP-517 backend.

Fixes
WARNING: tuna-0.20-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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-08 06:13:35 -08:00
parent e982d3a96c
commit 4109ea0d89
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,7 +15,7 @@ RDEPENDS:${PN} += " \
python3-six \
"
inherit setuptools3
inherit python_setuptools_build_meta
do_install:append() {
install -m 0755 -d ${D}${bindir}