summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.25.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-10-12 13:57:36 +1300
committerKhem Raj <raj.khem@gmail.com>2025-10-12 10:23:53 -0700
commit9c654445336a4dd60c37fdd5560c73c11c0e4445 (patch)
tree3d64bc8b1defba17d06736e4999428d0018b26d9 /meta-python/recipes-devtools/python/python3-django_4.2.25.bb
parent955ac83b7f94e83aa7289b1f89949371a70c56fe (diff)
downloadmeta-openembedded-9c654445336a4dd60c37fdd5560c73c11c0e4445.tar.gz
python3-django: upgrade 4.2.24 -> 4.2.25
Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.25/ 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_4.2.25.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.25.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.25.bb b/meta-python/recipes-devtools/python/python3-django_4.2.25.bb
new file mode 100644
index 0000000000..861f7747d2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.25.bb
@@ -0,0 +1,14 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"
10
11# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
12# default. To build the 4.x branch,
13# PREFERRED_VERSION_python3-django = "4.2.%" can be added to local.conf
14DEFAULT_PREFERENCE = "-1"