diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-07 13:41:03 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:22 -0700 |
commit | 5605dbbe74df2af6c0dd4091e2f04eee80a28355 (patch) | |
tree | a9531e5a8b78c56ef3cddfc27e3cbda5903b5495 /meta-python | |
parent | 331ab3a7427674ebf56495035ce3466af21b9952 (diff) | |
download | meta-openembedded-5605dbbe74df2af6c0dd4091e2f04eee80a28355.tar.gz |
python3-classes: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the poetry.core.masonry.api PEP-517 backend.
Fix:
WARNING: python3-classes-0.4.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with poetry.core.masonry.api, 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-classes_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb b/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb index d9240e1383..8daf82481f 100644 --- a/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=155fbcc756c8ae5265d252d23e20908f" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "4de4fdd6c5c38607bbd8ad76703d7cc4dbe007cfa78e8ef1f62fc6ac55303e23" | 6 | SRC_URI[sha256sum] = "4de4fdd6c5c38607bbd8ad76703d7cc4dbe007cfa78e8ef1f62fc6ac55303e23" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi python_poetry_core |
9 | 9 | ||
10 | RDEPENDS:${PN} += "python3-typing-extensions" | 10 | RDEPENDS:${PN} += "python3-typing-extensions" |