diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-04-21 16:59:23 +0800 |
|---|---|---|
| committer | Trevor Gamblin <tvgamblin@gmail.com> | 2022-04-22 16:26:22 +0000 |
| commit | bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48 (patch) | |
| tree | 1e365698cbd48920aa07cc53c81a8943cd8c17f7 /meta-python/recipes-devtools/python/python3-django_2.2.28.bb | |
| parent | 0f00037a20144a50f4cc66c7cd25398785fc462b (diff) | |
| download | meta-openembedded-bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48.tar.gz | |
python3-django: upgrade 2.2.27 -> 2.2.28
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_2.2.28.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_2.2.28.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb new file mode 100644 index 0000000000..9ef988176e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | require python-django.inc | ||
| 2 | |||
| 3 | # Pin to 2.2.x LTS releases ONLY for this recipe | ||
| 4 | UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(2\.2\.\d*)+)/" | ||
| 5 | |||
| 6 | inherit setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-sqlparse \ | ||
| 12 | " | ||
