From dce1c0ba4c668046fdc35172e2a4b6fb7943bdd7 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 27 May 2021 07:46:45 +0800 Subject: python3-more-itertools: upgrade 8.7.0 -> 8.8.0 Add runtime dependency to resolve errors that occurred when import more_itertools. (From OE-Core rev: 2165dc8b7f8448d5053ce25d676039430db25203) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-more-itertools_8.7.0.bb | 23 ------------------ .../python/python3-more-itertools_8.8.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb create mode 100644 meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb deleted file mode 100644 index 0cb61915bf..0000000000 --- a/meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -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[sha256sum] = "c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713" - -inherit pypi setuptools3 ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS_${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb new file mode 100644 index 0000000000..1c0e84d27f --- /dev/null +++ b/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb @@ -0,0 +1,27 @@ +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[sha256sum] = "83f0308e05477c68f56ea3a888172c78ed5d5b3c282addb67508e7ba6c8f813a" + +inherit pypi setuptools3 ptest + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-asyncio \ + " + +RDEPENDS_${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ + " + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf