summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-18 12:58:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 22:52:23 +0100
commit1912afa49d364c060ab575395df4fd98917af4b2 (patch)
tree7eb59ed29cef84edcbf8f6cdf1e9862a3660be0f /meta/recipes-devtools
parent39d314fc6eb13ae92e392989fc16a9538f3f560a (diff)
downloadpoky-1912afa49d364c060ab575395df4fd98917af4b2.tar.gz
python3-more-itertools: upgrade 8.12.0 -> 8.13.0
Convert from setuptools to flit. (From OE-Core rev: 88879a3a349a919b5834b2bec517594ffd39b0d2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb (renamed from meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb
index c1e34b205d..94f6f9e4d5 100644
--- a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb
+++ b/meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
5 5
6SRC_URI[sha256sum] = "7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064" 6SRC_URI[sha256sum] = "a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f"
7 7
8inherit pypi setuptools3 ptest 8inherit pypi python_flit_core ptest
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \