diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-08-07 14:18:42 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:22 -0700 |
| commit | f94b897bb5f1a6f3fc472de3ea93012247c5fb15 (patch) | |
| tree | 69674e87e9930180d2e5fd3acb3a70c635883033 /meta-python | |
| parent | 3dcd65a037db940800bf442b5f000750f9defa6b (diff) | |
| download | meta-openembedded-f94b897bb5f1a6f3fc472de3ea93012247c5fb15.tar.gz | |
python3-brotli: 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-brotli-1.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-brotli_1.1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb index 678f12b730..542c8640d7 100644 --- a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb | |||
| @@ -8,10 +8,10 @@ PYPI_PACKAGE = "Brotli" | |||
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" | 9 | SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} += " \ |
| 14 | python3-cffi \ | 14 | python3-cffi \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
