summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-08-07 15:06:07 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:24 -0700
commit4813bb49de43dbd946ff570741e0ef4bc7edba45 (patch)
tree29fffe200a369a5d44b214e42efce54e3824dc11 /meta-python
parent9c21a0df1cc45bfc78fb4024ea436e95c7657527 (diff)
downloadmeta-openembedded-4813bb49de43dbd946ff570741e0ef4bc7edba45.tar.gz
python3-pyproj: 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-pyproj-3.6.1-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb
index a4121c3934..799096d6fa 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb
@@ -4,9 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=873757af01d2d221eedb422c4c1dd163"
4DEPENDS = "python3-cython proj" 4DEPENDS = "python3-cython proj"
5DEPENDS:append:class-target = " python3-cython-native proj-native" 5DEPENDS:append:class-target = " python3-cython-native proj-native"
6 6
7PYPI_PACKAGE = "pyproj" 7inherit pypi python_setuptools_build_meta
8
9inherit pypi setuptools3
10 8
11SRC_URI[sha256sum] = "44aa7c704c2b7d8fb3d483bbf75af6cb2350d30a63b144279a09b75fead501bf" 9SRC_URI[sha256sum] = "44aa7c704c2b7d8fb3d483bbf75af6cb2350d30a63b144279a09b75fead501bf"
12 10