From: Michał Górny Date: Tue, 19 May 2020 12:36:54 +0000 (+0200) Subject: dev-python/uvloop: Add test-dep on psutil X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14610ec4f56838ca2bc492152f65c66911d7926c;p=gentoo.git dev-python/uvloop: Add test-dep on psutil Closes: https://bugs.gentoo.org/723578 Signed-off-by: Michał Górny --- diff --git a/dev-python/uvloop/uvloop-0.14.0.ebuild b/dev-python/uvloop/uvloop-0.14.0.ebuild index 56c764fe12b1..0c4b130beda0 100644 --- a/dev-python/uvloop/uvloop-0.14.0.ebuild +++ b/dev-python/uvloop/uvloop-0.14.0.ebuild @@ -24,7 +24,10 @@ DEPEND=" >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) + test? ( + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + ) " python_prepare_all() {