Message ID | 20240809163101.8416-10-alperyasinak1@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-python,01/12] python3-service-identity: switch to PEP-517 build backend | expand |
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 69b25742d..513032876 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"
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 <alperyasinak1@gmail.com> --- meta-python/recipes-devtools/python/python3-django_5.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)