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 <alperyasin...@gmail.com>
---
 meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb | 6 +++---
 1 file 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 678f12b73..542c8640d 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"
 
 SRC_URI[sha256sum] = 
"81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
-RDEPENDS:${PN} = "\
-  python3-cffi \
+RDEPENDS:${PN} += " \
+       python3-cffi \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111612): 
https://lists.openembedded.org/g/openembedded-devel/message/111612
Mute This Topic: https://lists.openembedded.org/mt/107767027/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to