diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-07 16:07:47 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:25 -0700 |
commit | 9c037b65767180133d3a63f6163c15e9c98d8dcd (patch) | |
tree | 69d1eee34d417e2ac42607de4506f22cce6dca98 /meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb | |
parent | 74ead0a4846fe6d58aa10cd527453d1539499e54 (diff) | |
download | meta-openembedded-9c037b65767180133d3a63f6163c15e9c98d8dcd.tar.gz |
python3-lazy-object-proxy: 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-lazy-object-proxy-1.10.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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb index 263c46869f..195f94705b 100644 --- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "BSD-2-Clause" | |||
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d606e94f56c21c8e0cdde0b622dcdf57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d606e94f56c21c8e0cdde0b622dcdf57" |
6 | 6 | ||
7 | DEPENDS += "python3-setuptools-scm-native python3-pip-native" | 7 | DEPENDS += "python3-setuptools-scm-native" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69" | 9 | SRC_URI[sha256sum] = "78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69" |
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |