summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-08 06:13:35 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-08 06:25:09 -0800
commit4109ea0d89f245a6bf1fe11585e2debebd11e7af (patch)
tree0aa9c3a301a3f922de9c79311265cd32cbfa17a6 /meta-python
parente982d3a96c0894cdccb0344288a999c7edafd9ac (diff)
downloadmeta-openembedded-4109ea0d89f245a6bf1fe11585e2debebd11e7af.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/tuna/tuna_0.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/tuna/tuna_0.20.bb b/meta-python/recipes-extended/tuna/tuna_0.20.bb
index c647adbd35..044adeac71 100644
--- a/meta-python/recipes-extended/tuna/tuna_0.20.bb
+++ b/meta-python/recipes-extended/tuna/tuna_0.20.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += " \
15 python3-six \ 15 python3-six \
16 " 16 "
17 17
18inherit setuptools3 18inherit python_setuptools_build_meta
19 19
20do_install:append() { 20do_install:append() {
21 install -m 0755 -d ${D}${bindir} 21 install -m 0755 -d ${D}${bindir}