diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-09 19:30:57 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:56 -0700 |
commit | 595d3f0c2fedb96a60daa40cb5b726201fa90de1 (patch) | |
tree | df8724f61a9d7fd24b7c3de61417b59e66637944 /meta-python/recipes-devtools/python | |
parent | 7214796d4ff2422a09fde8a6d75bf336893075ae (diff) | |
download | meta-openembedded-595d3f0c2fedb96a60daa40cb5b726201fa90de1.tar.gz |
python3-pyasn1-modules: 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-pyasn1-modules-0.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: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb index 34f3639e53..48372d917f 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e90 | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "pyasn1_modules" | 11 | PYPI_PACKAGE = "pyasn1_modules" |
12 | 12 | ||
13 | inherit pypi ptest setuptools3 | 13 | inherit pypi ptest python_setuptools_build_meta |
14 | 14 | ||
15 | RDEPENDS:${PN} = "python3-pyasn1" | 15 | RDEPENDS:${PN} = "python3-pyasn1" |
16 | 16 | ||