From f6bf37fcd657f0507c5d3c2892fcd399a369ce96 Mon Sep 17 00:00:00 2001 From: alperak Date: Fri, 9 Aug 2024 19:30:59 +0300 Subject: python3-django: 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-django-5.0.6-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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.6.bb b/meta-python/recipes-devtools/python/python3-django_5.0.6.bb index 69b25742dc..5130328762 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.6.bb @@ -1,5 +1,5 @@ require python-django.inc -inherit setuptools3 +inherit python_setuptools_build_meta SRC_URI[sha256sum] = "ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f" -- cgit v1.2.3-54-g00ecf