summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-07-27 08:38:11 -0700
committerKhem Raj <raj.khem@gmail.com>2024-07-27 09:53:48 -0700
commit3026d235fd3c09a8ec4661badb141a2b66a691a7 (patch)
treed0654f14cce57c8a715d2ab5f990a6bc7d05b24f /meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
parent71fda358450c2d2f4a7be00e72a7563a12ec9d3d (diff)
downloadmeta-openembedded-3026d235fd3c09a8ec4661badb141a2b66a691a7.tar.gz
python3-configobj: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-configobj-5.0.8-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: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
index 8dc706fdfd..96e579c78d 100644
--- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3d6f99b84d9a94610c62e48fa2e59e72"
6PYPI_PACKAGE = "configobj" 6PYPI_PACKAGE = "configobj"
7SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97" 7SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97"
8 8
9inherit pypi setuptools3 9inherit pypi python_setuptools_build_meta
10 10
11RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
12 python3-pprint \ 12 python3-pprint \