summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-08-09 19:30:59 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-10 15:57:56 -0700
commitf6bf37fcd657f0507c5d3c2892fcd399a369ce96 (patch)
treecba596e361c6fd503c98a7b14b73fc0df9853890 /meta-python
parentbe5cea6a2685d7d7d8424c3a5096e1e935f52762 (diff)
downloadmeta-openembedded-f6bf37fcd657f0507c5d3c2892fcd399a369ce96.tar.gz
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 <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-django_5.0.6.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1require python-django.inc 1require python-django.inc
2inherit setuptools3 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f" 4SRC_URI[sha256sum] = "ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"
5 5