From 24f7505ed742020250c1737e302db1c69255d9b9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 27 Nov 2021 16:25:02 +0100 Subject: dev-python/fs: Remove obsolete test dep on pyftpdlib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/fs/fs-2.4.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/fs') 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}] ) " -- cgit v1.2.3-65-gdbad