diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-11-29 13:34:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-30 00:13:53 -0800 |
commit | 6bc470c15e493765a917908abeae56a12182131a (patch) | |
tree | 4350c9b60b5381d225db0f8ccd08a3528920affc /meta-python/recipes-devtools/python/python-django.inc | |
parent | e875bc8ef59f1257a712174ea11548be1fb74fd9 (diff) | |
download | meta-openembedded-contrib-6bc470c15e493765a917908abeae56a12182131a.tar.gz |
python3-django: upgrade 1.11.14 -> 2.2.7
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index ee3aee638fb..63d025d54ae 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -3,9 +3,6 @@ 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 |