dev-python/uvloop: Add test-dep on psutil
authorMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 12:36:54 +0000 (14:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 12:36:54 +0000 (14:36 +0200)
Closes: https://bugs.gentoo.org/723578
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/uvloop/uvloop-0.14.0.ebuild

index 56c764fe12b1616f9c3629bf6eecf2bd2ec1c0b6..0c4b130beda073964455fd6ab622429c1d1f1056 100644 (file)
@@ -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() {