[meta-python][PATCH 08/12] python3-portion: add misc/statistics RDEPENDS for pytest-benchmark
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> python3-misc for timeit, python3-statistics for statistics, both used by pytest-benchmark's storage/stats machinery. Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-portion_2.6.2.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb index f72784e23b..ecd524ed33 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb @@ -13,8 +13,12 @@ RDEPENDS:${PN} += "\ python3-sortedcontainers \ " +# python3-misc for timeit, python3-statistics for statistics (both used by +# pytest-benchmark's storage/stats machinery) RDEPENDS:${PN}-ptest += "\ + python3-misc \ python3-pytest-benchmark \ + python3-statistics \ " do_install_ptest:append () {