diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-24 10:34:57 -0700 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 18:45:43 -0700 | 
| commit | 37cea46a6d043254062ec4ba34549d8d679fc4bb (patch) | |
| tree | c280a04f45616b98442f37c144ff45956fc990a4 /meta-python | |
| parent | 6ea0cec2274d5e2c413c34b8d8acd6b38b2def39 (diff) | |
| download | meta-openembedded-37cea46a6d043254062ec4ba34549d8d679fc4bb.tar.gz | |
python3-pybase64: Switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the
setuptools.build.meta PEP-517 backend.
Fixes
WARNING: python3-pybase64-1.4.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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb index a551034168..2246f93e8c 100644 --- a/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb  | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mayeut/pybase64" | |||
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" | 
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8" | 
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi python_setuptools_build_meta | 
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0" | 8 | SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0" | 
| 9 | 9 | ||
