mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 01:55:13 +00:00
python3-portion: add misc/statistics RDEPENDS for pytest-benchmark
python3-misc for timeit, python3-statistics for statistics, both used by pytest-benchmark's storage/stats machinery. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user