diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.2.5.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.3.bb b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb index 1b6ae83fa9..7b81d427c4 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python-django.inc | 1 | require python-django.inc |
| 2 | inherit setuptools3 | 2 | inherit setuptools3 |
| 3 | 3 | ||
| 4 | SRC_URI[sha256sum] = "45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed" | 4 | SRC_URI[sha256sum] = "5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1" |
| 5 | 5 | ||
| 6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
| 7 | ${PYTHON_PN}-sqlparse \ | 7 | ${PYTHON_PN}-sqlparse \ |
| @@ -9,5 +9,5 @@ RDEPENDS:${PN} += "\ | |||
| 9 | 9 | ||
| 10 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by | 10 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by |
| 11 | # default. To build the 4.x branch, | 11 | # default. To build the 4.x branch, |
| 12 | # PREFERRED_VERSION_python3-django = "4.2.3" can be added to local.conf | 12 | # PREFERRED_VERSION_python3-django = "4.2.5" can be added to local.conf |
| 13 | DEFAULT_PREFERENCE = "-1" | 13 | DEFAULT_PREFERENCE = "-1" |
