summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_6.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_6.0.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_6.0.5.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.5.bb b/meta-python/recipes-devtools/python/python3-django_6.0.5.bb
new file mode 100644
index 0000000000..93bcc7b2e9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.5.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269"
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"