summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-11-27 10:05:49 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-17 14:00:23 +0530
commit1a96475ce526c2d1c9f5eb2fd5d4c84ba86f0529 (patch)
treee9c9a344e69d6c47818fe04a52ed00fadeea16cd /meta-python/recipes-devtools/python/python3-django_5.2.8.bb
parent0e313f5b73b737fe0ff89e8c2e09a7e42063024b (diff)
downloadmeta-openembedded-1a96475ce526c2d1c9f5eb2fd5d4c84ba86f0529.tar.gz
python3-django: upgrade 5.2.7 -> 5.2.8
Release Notes: https://docs.djangoproject.com/en/dev/releases/5.2.8/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8247a68d540ed9154cecf92f4e4612f1c0ba0490) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.8.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.8.bb b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
new file mode 100644
index 0000000000..f205b5b247
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"