summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-10-07 10:16:07 +0530
committerKhem Raj <raj.khem@gmail.com>2025-10-06 22:08:46 -0700
commit64f25a76634873926f610dfa6ea9a806e4a0601f (patch)
tree43c6b2839b524eafc552638439328981ac78be40 /meta-python/recipes-devtools/python/python3-django_5.2.bb
parent24ad0ea9105dbb678ee08e19221a67f174eb750d (diff)
downloadmeta-openembedded-64f25a76634873926f610dfa6ea9a806e4a0601f.tar.gz
python3-django: Upgrade 5.2 -> 5.2.6
Release notes: https://docs.djangoproject.com/en/5.2/releases/5.2.6/ https://docs.djangoproject.com/en/5.2/releases/5.2.5/ https://docs.djangoproject.com/en/5.2/releases/5.2.4/ https://docs.djangoproject.com/en/5.2/releases/5.2.3/ https://docs.djangoproject.com/en/5.2/releases/5.2.2/ https://docs.djangoproject.com/en/5.2/releases/5.2.1/ Drop patch 0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch: already present in the upgraded version. Signed-off-by: Soumya Sambu <soumya.sambu@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, 0 insertions, 13 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
deleted file mode 100644
index 8a20448e22..0000000000
--- a/meta-python/recipes-devtools/python/python3-django_5.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
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"