From b8ea21f860c0e451c34b80d5172367c619094db6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Apr 2025 11:43:56 -0700 Subject: python3-multidict: Add ptest missing rdep on python3-objgraph Newer version needs the new module objgraph to run tests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb') 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 \ " -- cgit v1.2.3-54-g00ecf