commit:     a6de1a97879bc51c81976b73978d9dbda17a99c8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 21:24:22 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 21:38:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6de1a97

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 <AT> gentoo.org>

 dev-python/fs/{fs-2.4.9-r1.ebuild => fs-2.4.9-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r2.ebuild
similarity index 96%
rename from dev-python/fs/fs-2.4.9-r1.ebuild
rename to dev-python/fs/fs-2.4.9-r2.ebuild
index 07b8abb1c7b..0d76f77f0a1 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)

Reply via email to