commit:     24f7505ed742020250c1737e302db1c69255d9b9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 15:25:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 15:25:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7505e

dev-python/fs: Remove obsolete test dep on pyftpdlib

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fs/fs-2.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fs/fs-2.4.14.ebuild b/dev-python/fs/fs-2.4.14.ebuild
index 5e837e46dc4a..9e1393f51df9 100644
--- a/dev-python/fs/fs-2.4.14.ebuild
+++ b/dev-python/fs/fs-2.4.14.ebuild
@@ -31,10 +31,10 @@ RDEPEND="
        dev-python/pytz[${PYTHON_USEDEP}]
        >=dev-python/six-1.10[${PYTHON_USEDEP}]
 "
+# NB: we skip tests requiring pyftpdlib
 BDEPEND="
        test? (
                dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/pyftpdlib[${PYTHON_USEDEP}]
                dev-python/psutil[${PYTHON_USEDEP}]
        )
 "

Reply via email to