dev-python/multidict: Add missing objgraph test dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-18 14:05:19 +02:00
parent 6e0efb0962
commit 9bece0f146

View File

@@ -29,6 +29,11 @@ RDEPEND="
>=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
' 3.10)
"
BDEPEND="
test? (
dev-python/objgraph[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest