diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-11-05 23:49:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 19:58:01 -0800 |
commit | ee4ee7645c612b5b0765eaf67be61a52f3daca74 (patch) | |
tree | b3544c7e2e758ef7099b3fda295ecf850b8374f0 /meta-python/recipes-devtools/python/python-more-itertools.inc | |
parent | 7d897594109d252f6a6b6a3a9f8eadf0cdb3f812 (diff) | |
download | meta-openembedded-ee4ee7645c612b5b0765eaf67be61a52f3daca74.tar.gz |
python-more-itertools: downgrade 7.2.0 -> 5.0.0
Python 2.7 is no longer supported. The 5.0.0 release will be the last
version targeting Python 2.7. [1]
[1] https://github.com/erikrose/more-itertools/commit/560b045b430e8292c18cf5283de4fdc3e13e56f7
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-more-itertools.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-more-itertools.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-more-itertools.inc b/meta-python/recipes-devtools/python/python-more-itertools.inc index 8d814a6f03..33095b3d38 100644 --- a/meta-python/recipes-devtools/python/python-more-itertools.inc +++ b/meta-python/recipes-devtools/python/python-more-itertools.inc | |||
@@ -2,6 +2,3 @@ DESCRIPTION = "More routines for operating on iterables, beyond itertools" | |||
2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" | 2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" |
5 | |||
6 | SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4" | ||
7 | SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832" | ||