| Message ID | 20240809154830.14927-2-alperyasinak1@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,01/13] python3-service-identity: switch to PEP-517 build backend | expand |
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 \
- 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 <alperyasinak1@gmail.com> --- .../recipes-devtools/python/python3-argcomplete_3.4.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)