diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-07 15:06:07 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:24 -0700 |
commit | 4813bb49de43dbd946ff570741e0ef4bc7edba45 (patch) | |
tree | 29fffe200a369a5d44b214e42efce54e3824dc11 /meta-python | |
parent | 9c21a0df1cc45bfc78fb4024ea436e95c7657527 (diff) | |
download | meta-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.bb | 4 |
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" | |||
4 | DEPENDS = "python3-cython proj" | 4 | DEPENDS = "python3-cython proj" |
5 | DEPENDS:append:class-target = " python3-cython-native proj-native" | 5 | DEPENDS:append:class-target = " python3-cython-native proj-native" |
6 | 6 | ||
7 | PYPI_PACKAGE = "pyproj" | 7 | inherit pypi python_setuptools_build_meta |
8 | |||
9 | inherit pypi setuptools3 | ||
10 | 8 | ||
11 | SRC_URI[sha256sum] = "44aa7c704c2b7d8fb3d483bbf75af6cb2350d30a63b144279a09b75fead501bf" | 9 | SRC_URI[sha256sum] = "44aa7c704c2b7d8fb3d483bbf75af6cb2350d30a63b144279a09b75fead501bf" |
12 | 10 | ||