summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2025-04-11 17:19:07 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-11 08:20:13 -0700
commit9b5c9136df421ef87b41b9db492eeef6d8a77afe (patch)
tree1a80df0dd6d48ff3424691a964f32ee48bd060a2 /meta-python/recipes-devtools/python/python3-django_5.2.bb
parentd4075ac94379e74408cb85d2e7ee463a1c36b7d0 (diff)
downloadmeta-openembedded-9b5c9136df421ef87b41b9db492eeef6d8a77afe.tar.gz
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 <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.bb b/meta-python/recipes-devtools/python/python3-django_5.2.bb
new file mode 100644
index 0000000000..8a20448e22
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.bb
@@ -0,0 +1,13 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89"
5
6SRC_URI += "\
7 file://0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch \
8"
9
10RDEPENDS:${PN} += "\
11 python3-sqlparse \
12 python3-asgiref \
13"