From a6de1a97879bc51c81976b73978d9dbda17a99c8 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 10 Sep 2020 23:24:22 +0200 Subject: [PATCH] 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 --- dev-python/fs/{fs-2.4.9-r1.ebuild => fs-2.4.9-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) rename dev-python/fs/{fs-2.4.9-r1.ebuild => fs-2.4.9-r2.ebuild} (96%) 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 07b8abb1c7bc6..0d76f77f0a130 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)