Running the test suite of dev-python/fs-2.4.9 shows missing runtime dependencies on pyftpdlib. In /usr/lib64/python3.6/site-packages/pyftpdlib/test/__init__.py it imports sendfile (from dev-python/pysendfile) unittest (from dev-python/unittest2) psutil (from dev-python/psutil) sendfile and psutil are currently listed in DEPEND in test? ( ... ). I'll wait a week or so and fix it, since usually python@ does not respond to my bugs.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eca06366f61ba2975ed0a0e56b00cc50de719b commit 74eca06366f61ba2975ed0a0e56b00cc50de719b Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2019-09-14 20:27:40 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2019-09-14 20:54:38 +0000 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> dev-python/fs/fs-2.4.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b423ed53634787be34815e1cdddccbdf521b8063 commit b423ed53634787be34815e1cdddccbdf521b8063 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2019-09-14 20:52:39 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2019-09-14 20:54:38 +0000 dev-python/pyftpdlib: Unconditionally RDEPEND on pysendfile Acked by Soap. Bug: https://bugs.gentoo.org/694370 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)