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>
This commit is contained in:
Louis Sautier
2020-09-10 23:24:22 +02:00
parent f082dcccbd
commit a6de1a9787

View File

@@ -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)