diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-08 06:13:35 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-08 06:25:09 -0800 |
| commit | 4109ea0d89f245a6bf1fe11585e2debebd11e7af (patch) | |
| tree | 0aa9c3a301a3f922de9c79311265cd32cbfa17a6 /meta-python | |
| parent | e982d3a96c0894cdccb0344288a999c7edafd9ac (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 18 | inherit setuptools3 | 18 | inherit python_setuptools_build_meta |
| 19 | 19 | ||
| 20 | do_install:append() { | 20 | do_install:append() { |
| 21 | install -m 0755 -d ${D}${bindir} | 21 | install -m 0755 -d ${D}${bindir} |
