mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
python3-multidict: Add ptest missing rdep on python3-objgraph
Newer version needs the new module objgraph to run tests Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a8faf50d38
commit
b8ea21f860
|
|
@ -13,6 +13,7 @@ PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
|
python3-objgraph \
|
||||||
python3-pytest-cov \
|
python3-pytest-cov \
|
||||||
python3-pytest-codspeed \
|
python3-pytest-codspeed \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user