commit:     74eca06366f61ba2975ed0a0e56b00cc50de719b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 20:27:40 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 20:54:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eca063

dev-python/fs: Add test dependencies

Confusingly, these are actually imported by pyftpdlib's test module, but
let's depend on them here so that they aren't required to be kept
installed when pyftpdlib is installed.

Closes: https://bugs.gentoo.org/694370
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/fs/fs-2.4.9.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild
index 24cbad85b70..a30c5ed47c0 100644
--- a/dev-python/fs/fs-2.4.9.ebuild
+++ b/dev-python/fs/fs-2.4.9.ebuild
@@ -30,6 +30,8 @@ DEPEND="${RDEPEND}
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}]
                dev-python/pyftpdlib[${PYTHON_USEDEP}]
+               dev-python/psutil[${PYTHON_USEDEP}]
+               dev-python/unittest2[${PYTHON_USEDEP}]
        )"
 
 python_test() {

Reply via email to