- The project has a proper pyproject.toml which declares the 
setuptools.build.meta PEP-517 backend.

- The PyPi package name (defaults to PN without the python3- prefix), so there 
is no need to set PYPI_PACKAGE as argcomplete, it is by default.

Fix:

WARNING: python3-argcomplete-3.4.0-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: alperak <[email protected]>
---
 .../recipes-devtools/python/python3-argcomplete_3.4.0.bb      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb 
b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb
index be3ded82b..d350a6342 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
 
 SRC_URI[sha256sum] = 
"c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f"
 
-PYPI_PACKAGE = "argcomplete"
+inherit pypi python_setuptools_build_meta
 
-inherit pypi setuptools3
+DEPENDS += "python3-setuptools-scm-native"
 
 RDEPENDS:${PN} += "\
     python3-core \
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111698): 
https://lists.openembedded.org/g/openembedded-devel/message/111698
Mute This Topic: https://lists.openembedded.org/mt/107810502/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to