summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_2.2.27.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-04-21 16:59:23 +0800
committerTrevor Gamblin <tvgamblin@gmail.com>2022-04-22 16:26:22 +0000
commitbc92c3e7187a127a8505477c5f1d9fe5c1d1bb48 (patch)
tree1e365698cbd48920aa07cc53c81a8943cd8c17f7 /meta-python/recipes-devtools/python/python3-django_2.2.27.bb
parent0f00037a20144a50f4cc66c7cd25398785fc462b (diff)
downloadmeta-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.27.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_2.2.27.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb b/meta-python/recipes-devtools/python/python3-django_2.2.27.bb
deleted file mode 100644
index 786afab248..0000000000
--- a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1require python-django.inc
2
3# Pin to 2.2.x LTS releases ONLY for this recipe
4UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(2\.2\.\d*)+)/"
5
6inherit setuptools3
7
8SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913"
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-sqlparse \
12"