diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.10.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.2.10.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.10.bb b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb new file mode 100644 index 0000000000..45de692356 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require python-django.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" | ||
5 | |||
6 | RDEPENDS:${PN} += "\ | ||
7 | ${PYTHON_PN}-sqlparse \ | ||
8 | ${PYTHON_PN}-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.0.2" can be added to local.conf | ||
14 | DEFAULT_PREFERENCE = "-1" | ||