mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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:
@@ -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)
|
||||
Reference in New Issue
Block a user