diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-09 19:30:50 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:55 -0700 |
| commit | e8fd0ff5b1c669cddf80bc828525de535b76262e (patch) | |
| tree | 94ec940a979fd4f48912d2647e7b5787b39213dc /meta-python | |
| parent | b230d576bc977077af41b92c10311e5425a81b45 (diff) | |
| download | meta-openembedded-e8fd0ff5b1c669cddf80bc828525de535b76262e.tar.gz | |
python3-service-identity: 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-service-identity-21.1.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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb index 006fae290d..267bbea13e 100644 --- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8a0f079f4e6a215d6bd6f9d97cab4d5f" | |||
| 7 | SRC_URI[md5sum] = "5e5c195d8fcedc72f9068be2ad9b5a13" | 7 | SRC_URI[md5sum] = "5e5c195d8fcedc72f9068be2ad9b5a13" |
| 8 | SRC_URI[sha256sum] = "6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34" | 8 | SRC_URI[sha256sum] = "6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34" |
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 ptest | 10 | inherit pypi python_setuptools_build_meta ptest |
| 11 | 11 | ||
| 12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
