summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <workjagadeesh@gmail.com>2022-08-24 02:06:59 +0000
committerKhem Raj <raj.khem@gmail.com>2022-08-24 00:44:39 -0700
commit6d54ec022d8c09bf900e47f1e38c4fafc7529209 (patch)
treed1e943bbdbfd9df491bafedbc22c526fe354f238
parent8070c5445741aa9c2de288476cdf84a31cae5469 (diff)
downloadmeta-openembedded-6d54ec022d8c09bf900e47f1e38c4fafc7529209.tar.gz
python3-django: remove 2.2.x recipe
python3-django 2.2 LTS went end of extended support on April 11,2022 use python3-django 3.2.x instead which as end of extended support upto April 2024. More info: https://www.djangoproject.com/download/ https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-django_2.2.28.bb12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index 9ef988176..000000000
--- a/meta-python/recipes-devtools/python/python3-django_2.2.28.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] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413"
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-sqlparse \
12"