diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.28.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.2.28.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb b/meta-python/recipes-devtools/python/python3-django_4.2.28.bb new file mode 100644 index 0000000000..5357d12338 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.2.28.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require python-django.inc | ||
| 2 | |||
| 3 | inherit pypi setuptools3 | ||
| 4 | |||
| 5 | SRC_URI += "file://0001-add-back-setuptools-support.patch" | ||
| 6 | SRC_URI[sha256sum] = "a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | ${PYTHON_PN}-sqlparse \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # PYPI package name changed from Django -> django | ||
| 13 | PYPI_PACKAGE = "django" | ||
| 14 | |||
| 15 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by | ||
| 16 | # default. To build the 4.x branch, | ||
| 17 | # PREFERRED_VERSION_python3-django = "4.2.27" can be added to local.conf | ||
| 18 | DEFAULT_PREFERENCE = "-1" | ||
