diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-09 19:30:51 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:55 -0700 |
commit | 2774e5616971e78ba4f9c8b04c3da9389ef20633 (patch) | |
tree | 3e2486ad71b7703cf9d607a8aecc44e17a433f4e /meta-python/recipes-devtools | |
parent | e8fd0ff5b1c669cddf80bc828525de535b76262e (diff) | |
download | meta-openembedded-2774e5616971e78ba4f9c8b04c3da9389ef20633.tar.gz |
python3-parse-type: 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-parse-type-0.6.2-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-parse-type_0.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb index a7d8cd86c..7e7ff8926 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" | |||
6 | SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" | 6 | SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" |
7 | 7 | ||
8 | PYPI_PACKAGE = "parse_type" | 8 | PYPI_PACKAGE = "parse_type" |
9 | inherit pypi ptest setuptools3 | 9 | inherit pypi ptest python_setuptools_build_meta |
10 | 10 | ||
11 | RDEPENDS:${PN} += "python3-parse" | 11 | RDEPENDS:${PN} += "python3-parse" |
12 | 12 | ||