summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_6.0.6.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-06-04 15:40:04 +1200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:49 -0700
commit4d1b2874478e4d4d0b36a5e504f0098bcbb5f199 (patch)
treeb2347ff446111bdd9fc765694c91145c00114bf7 /meta-python/recipes-devtools/python/python3-django_6.0.6.bb
parent9f62f1646112c269668d7463015bd0a63a7c2117 (diff)
downloadmeta-openembedded-4d1b2874478e4d4d0b36a5e504f0098bcbb5f199.tar.gz
python3-django: upgrade 6.0.5 -> 6.0.6
https://docs.djangoproject.com/en/dev/releases/6.0.6/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_6.0.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_6.0.6.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.6.bb b/meta-python/recipes-devtools/python/python3-django_6.0.6.bb
new file mode 100644
index 0000000000..a96a6dbf53
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.6.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "ad03916ba59523d781ae5c3f631960c23d69a9d9c43cecda52fc23b47e953713"
5
6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
7# default. To build the 6.x branch,
8# PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf
9DEFAULT_PREFERENCE = "-1"