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:
Khem Raj 2025-04-08 11:43:56 -07:00
parent a8faf50d38
commit b8ea21f860

View File

@ -13,6 +13,7 @@ PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https
S = "${WORKDIR}/git"
RDEPENDS:${PN}-ptest += " \
python3-objgraph \
python3-pytest-cov \
python3-pytest-codspeed \
"