diff mbox series

[meta-python,2/2] python3-multidict: Add ptest missing rdep on python3-objgraph

Message ID 20250408184520.1291149-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-objgraph: Add recipe | expand

Commit Message

Khem Raj April 8, 2025, 6:45 p.m. UTC
Newer version needs the new module objgraph to run tests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
index 4e4d69bbd4..905cb7f4b2 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
@@ -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 \
 "