From 8e106a9b12bb8dbb24a63ef058bc12fc0c218b4b Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sat, 11 Apr 2026 23:14:45 +1200 Subject: python3-django: upgrade 4.2.29 -> 4.2.30 Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.30/ Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../0001-lower-setuptools-requirements.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch (limited to 'meta-python/recipes-devtools/python/python3-django-4.2.29') diff --git a/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch b/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch deleted file mode 100644 index 5f6707467b..0000000000 --- a/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 10ddc1ee660ed5ee4d9aa21f751eb07a1b260b6c Mon Sep 17 00:00:00 2001 -From: Gyorgy Sarvari -Date: Fri, 23 Jan 2026 13:49:53 +0100 -Subject: [PATCH] lower setuptools requirements - -Scarthgap ships with version 69.1.1 - adjust the requirements for that. - -Upstream-Status: Inappropriate [specific to OE LTS versions] -Signed-off-by: Gyorgy Sarvari ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 4635d0e..319b261 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] - requires = [ -- "setuptools>=75.8.1; python_version >= '3.9'", -+ "setuptools>=69.0.0; python_version >= '3.9'", - "setuptools<75.4.0; python_version < '3.9'", - ] - build-backend = "setuptools.build_meta" -- cgit v1.2.3-54-g00ecf