summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-19 13:02:33 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-19 14:03:47 -0800
commitdabe41647fb72e9ae134f5f2dde514f959b81ee7 (patch)
treee6eab10fa21fb3c2edcb8ef154d4c55107ccae4a
parent940c916c74cb3df3ea93c518e30052281a6a04dc (diff)
downloadmeta-openembedded-dabe41647fb72e9ae134f5f2dde514f959b81ee7.tar.gz
python3-parsimonious: Switch to PEP-517 build backend
It has pyproject.toml asking for setuptools.build.meta backend Fixes 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>
-rw-r--r--meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
index a637c7305c..e9da557967 100644
--- a/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
6 6
7SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5cad2a9" 7SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5cad2a9"
8 8
9inherit pypi setuptools3 9DEPENDS += "python3-setuptools-scm-native"
10
11inherit pypi python_setuptools_build_meta
10 12
11RDEPENDS:${PN} += "python3-regex" 13RDEPENDS:${PN} += "python3-regex"