From 74eca06366f61ba2975ed0a0e56b00cc50de719b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 14 Sep 2019 13:27:40 -0700 Subject: 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 --- dev-python/fs/fs-2.4.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/fs') diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild index 24cbad85b702..a30c5ed47c00 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() { -- cgit v1.2.3-65-gdbad