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@gentoo.org>
This commit is contained in:
Matt Turner
2019-09-14 13:27:40 -07:00
parent b423ed5363
commit 74eca06366

View File

@@ -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() {