diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_6.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_6.0.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.2.bb b/meta-python/recipes-devtools/python/python3-django_6.0.2.bb new file mode 100644 index 0000000000..001abf48e8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_6.0.2.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python3-django.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7" | ||
| 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 | ||
| 9 | DEFAULT_PREFERENCE = "-1" | ||
