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 <[email protected]>
---
 .../recipes-devtools/python/python3-parsimonious_0.11.0.bb    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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"

 SRC_URI[sha256sum] = 
"e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5cad2a9"

-inherit pypi setuptools3
+DEPENDS += "python3-setuptools-scm-native"
+
+inherit pypi python_setuptools_build_meta

 RDEPENDS:${PN} += "python3-regex"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#121916): 
https://lists.openembedded.org/g/openembedded-devel/message/121916
Mute This Topic: https://lists.openembedded.org/mt/116382135/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to