diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-10 23:24:22 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-10 23:38:12 +0200 |
commit | a6de1a97879bc51c81976b73978d9dbda17a99c8 (patch) | |
tree | 27237e7c224fdb553e09d2baeed492954de9c870 /dev-python/fs | |
parent | app-text/texlive: Do not reference dvi2tty (diff) | |
download | gentoo-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/fs')
-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) |