summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-08-07 14:21:21 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:22 -0700
commitfebc350879eebd46691c5f49de916d122e9ea247 (patch)
treedd12b8df8639f79311361fb47911faa0620eabf2 /meta-python/recipes-devtools
parentf94b897bb5f1a6f3fc472de3ea93012247c5fb15 (diff)
downloadmeta-openembedded-febc350879eebd46691c5f49de916d122e9ea247.tar.gz
python3-pymongo: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-pymongo-4.7.3-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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_4.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.7.3.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.7.3.bb
index ccd364f727..baaf3847a7 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.7.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.7.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
10 10
11SRC_URI[sha256sum] = "6354a66b228f2cd399be7429685fb68e07f19110a3679782ecb4fdb68da03831" 11SRC_URI[sha256sum] = "6354a66b228f2cd399be7429685fb68e07f19110a3679782ecb4fdb68da03831"
12 12
13inherit pypi setuptools3 13inherit pypi python_setuptools_build_meta
14 14
15PACKAGES =+ "python3-bson" 15PACKAGES =+ "python3-bson"
16 16