From: Matt Turner Date: Sat, 14 Sep 2019 20:27:40 +0000 (-0700) Subject: dev-python/fs: Add test dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74eca06366f61ba2975ed0a0e56b00cc50de719b;p=gentoo.git 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 --- 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() {