summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-10-12 13:57:35 +1300
committerKhem Raj <raj.khem@gmail.com>2025-10-12 10:23:52 -0700
commit955ac83b7f94e83aa7289b1f89949371a70c56fe (patch)
tree7881b19ad36b89d48805afb6c262e21fb6c39c0c /meta-python/recipes-devtools/python/python3-django_5.2.7.bb
parent41662e93dbbeb28b9be24dffc9404087279b218b (diff)
downloadmeta-openembedded-955ac83b7f94e83aa7289b1f89949371a70c56fe.tar.gz
python3-django: Upgrade 5.2.6 -> 5.2.7
Release notes: https://docs.djangoproject.com/en/5.2/releases/5.2.7/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.7.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
new file mode 100644
index 0000000000..a0589d9916
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.7.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"