summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-21 12:37:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-21 22:42:05 +0000
commit88a7b8fa65cb6754a30a15f9928d5c29a6d0f6e0 (patch)
tree14b75531e7b5b1b7154301cf073f0ada6bdb8d07 /meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
parenta299f7c59119e1e1d227632a4d4d298b5e9fe5a7 (diff)
downloadpoky-88a7b8fa65cb6754a30a15f9928d5c29a6d0f6e0.tar.gz
python3-more-itertools: use python3-unittest-automake-output
Instead of using sed to reformat the output use this new module. The tests also need the statistics module so add this missing dependency. (From OE-Core rev: 68cc7d5343ee3617fd708954f55f0f2fc29390b3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
index 7602350795..f5d107c78d 100644
--- a/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
+++ b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
@@ -16,7 +16,9 @@ RDEPENDS:${PN} += " \
16 " 16 "
17 17
18RDEPENDS:${PN}-ptest += " \ 18RDEPENDS:${PN}-ptest += " \
19 ${PYTHON_PN}-statistics \
19 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
21 ${PYTHON_PN}-unittest-automake-output \
20 " 22 "
21 23
22do_install_ptest() { 24do_install_ptest() {