summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-08-09 11:52:35 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:30 -0700
commit1551f9bca952ae323879522795cbbe858075d3c9 (patch)
tree700fc277f077c64b5325e13c50acaf2063c4a228 /meta-python
parente1b5c565d7b5c3b5bdc8e2a135099ba5a786e5b0 (diff)
downloadmeta-openembedded-1551f9bca952ae323879522795cbbe858075d3c9.tar.gz
python3-argcomplete: 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-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: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb6
1 files changed, 5 insertions, 1 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 be3ded82bf..90def16a69 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
@@ -7,7 +7,11 @@ SRC_URI[sha256sum] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded
7 7
8PYPI_PACKAGE = "argcomplete" 8PYPI_PACKAGE = "argcomplete"
9 9
10inherit pypi setuptools3 10inherit pypi python_setuptools_build_meta
11
12DEPENDS += " \
13 python3-setuptools-scm-native \
14"
11 15
12RDEPENDS:${PN} += "\ 16RDEPENDS:${PN} += "\
13 python3-core \ 17 python3-core \