From 9b5c9136df421ef87b41b9db492eeef6d8a77afe Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 11 Apr 2025 17:19:07 +0800 Subject: python3-django: Upgrade 5.0.13 -> 5.2 Release note: https://docs.djangoproject.com/en/5.2/releases/5.2/ Backport a patch [1] to fix the below build failure: | ERROR Missing dependencies: | setuptools<69.3.0,>=61.0.0 [1] https://github.com/django/django/commit/3ae049b26b995c650c41ef918d5f60beed52b4ba Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.0.13.bb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.13.bb (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.13.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.13.bb b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb deleted file mode 100644 index 801083833c..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.13.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" -- cgit v1.2.3-54-g00ecf