summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-10 23:24:22 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-10 23:38:12 +0200
commita6de1a97879bc51c81976b73978d9dbda17a99c8 (patch)
tree27237e7c224fdb553e09d2baeed492954de9c870 /dev-python
parentapp-text/texlive: Do not reference dvi2tty (diff)
downloadgentoo-a6de1a97879bc51c81976b73978d9dbda17a99c8.tar.gz
gentoo-a6de1a97879bc51c81976b73978d9dbda17a99c8.tar.bz2
gentoo-a6de1a97879bc51c81976b73978d9dbda17a99c8.zip
dev-python/fs: remove unused pysendfile dependency
Python >= 3.3 provides os.sendfile which the package uses instead of pysendfile. The failing tests with Python 3.8 are unrelated to this change and were already broken before. Version 2.4.11 has working tests with Python 3.8. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fs/fs-2.4.9-r2.ebuild (renamed from dev-python/fs/fs-2.4.9-r1.ebuild)1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r2.ebuild
index 07b8abb1c7bc..0d76f77f0a13 100644
--- a/dev-python/fs/fs-2.4.9-r1.ebuild
+++ b/dev-python/fs/fs-2.4.9-r2.ebuild
@@ -32,7 +32,6 @@ BDEPEND="test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyftpdlib[${PYTHON_USEDEP}]
- dev-python/pysendfile[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
' -3)