aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-12-01 17:01:52 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 17:01:52 -0800
commite4798b3c6a5782c9047305038715bd8451bf224f (patch)
treeaad5863639fbeb5a09681950ad5f71c7b7626bab /recipes-devtools
parentd4e01c4c058dc37a1b90bab88365000ea98b85da (diff)
downloadmeta-python2-e4798b3c6a5782c9047305038715bd8451bf224f.tar.gz
Revert "python3-django: upgrade 1.11.14 -> 2.2.7"
The last version to support Python 2.7 is 1.11.x LTS Django 2.2.x LTS is Python 3 only. This reverts commit b361d2f8025b13fe0d3983d1b8192b671e0a749c.
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-django.inc3
-rw-r--r--recipes-devtools/python/python-django_1.11.14.bb3
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/python-django.inc b/recipes-devtools/python/python-django.inc
index 63d025d..ee3aee6 100644
--- a/recipes-devtools/python/python-django.inc
+++ b/recipes-devtools/python/python-django.inc
@@ -3,6 +3,9 @@ HOMEPAGE = "http://www.djangoproject.com/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
+SRC_URI[md5sum] = "38e82b59a1c27bbf98ccf0564ead7426"
+SRC_URI[sha256sum] = "eb9271f0874f53106a2719c0c35ce67631f6cc27cf81a60c6f8c9817b35a3f6e"
+
PYPI_PACKAGE = "Django"
inherit pypi
diff --git a/recipes-devtools/python/python-django_1.11.14.bb b/recipes-devtools/python/python-django_1.11.14.bb
index efe23dc..d2347cc 100644
--- a/recipes-devtools/python/python-django_1.11.14.bb
+++ b/recipes-devtools/python/python-django_1.11.14.bb
@@ -1,9 +1,6 @@
require python-django.inc
inherit setuptools
-SRC_URI[md5sum] = "38e82b59a1c27bbf98ccf0564ead7426"
-SRC_URI[sha256sum] = "eb9271f0874f53106a2719c0c35ce67631f6cc27cf81a60c6f8c9817b35a3f6e"
-
RDEPENDS_${PN} += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-subprocess \