summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-27 16:25:02 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-27 16:25:26 +0100
commit24f7505ed742020250c1737e302db1c69255d9b9 (patch)
tree949501dc9eeae1aafb819ef31c6bfc04cf3b520a /dev-python/fs
parentdev-python/fs: Add missing test dep on parameterized (diff)
downloadgentoo-24f7505ed742020250c1737e302db1c69255d9b9.tar.gz
gentoo-24f7505ed742020250c1737e302db1c69255d9b9.tar.bz2
gentoo-24f7505ed742020250c1737e302db1c69255d9b9.zip
dev-python/fs: Remove obsolete test dep on pyftpdlib
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fs')
-rw-r--r--dev-python/fs/fs-2.4.14.ebuild2
1 files changed, 1 insertions, 1 deletions
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}]
)
"