dev-python/multidict: Add missing psutil test dep

Closes: https://bugs.gentoo.org/979279
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-05 11:18:55 +02:00
parent 831aaec356
commit df187fb773

View File

@@ -27,6 +27,7 @@ IUSE="+native-extensions"
BDEPEND="
test? (
dev-python/objgraph[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
)
"