mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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] 560b045b43
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
165f46b3de
commit
2ad7fec9db
|
|
@ -2,6 +2,3 @@ DESCRIPTION = "More routines for operating on iterables, beyond itertools"
|
|||
HOMEPAGE = "https://github.com/erikrose/more-itertools"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
|
||||
|
||||
SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4"
|
||||
SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
inherit pypi setuptools
|
||||
require python-more-itertools.inc
|
||||
|
||||
SRC_URI[md5sum] = "f2ea58aa336ce6c13b7b225b3bbe305d"
|
||||
SRC_URI[sha256sum] = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"
|
||||
|
||||
PE = "1"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
inherit pypi setuptools
|
||||
require python-more-itertools.inc
|
||||
|
|
@ -1,2 +1,5 @@
|
|||
inherit pypi setuptools3
|
||||
require python-more-itertools.inc
|
||||
|
||||
SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4"
|
||||
SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user