diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-09 19:30:59 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:56 -0700 |
commit | f6bf37fcd657f0507c5d3c2892fcd399a369ce96 (patch) | |
tree | cba596e361c6fd503c98a7b14b73fc0df9853890 /meta-python | |
parent | be5cea6a2685d7d7d8424c3a5096e1e935f52762 (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | require python-django.inc | 1 | require python-django.inc |
2 | inherit setuptools3 | 2 | inherit python_setuptools_build_meta |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f" | 4 | SRC_URI[sha256sum] = "ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f" |
5 | 5 | ||