commit:     b2cbbd58bd13ba9e5722a8b66e2235630f7cdc0c
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 09:28:28 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 09:36:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cbbd58

dev-python/pysendfile: support Py3.9, drop explicit setuptools dep.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index 5d6541382f8..b3694e1aaa9 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 
 inherit distutils-r1
 
@@ -16,8 +16,6 @@ IUSE=""
 LICENSE="MIT"
 SLOT="0"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 python_test() {
        "${EPYTHON}" test/test_sendfile.py || die "tests failed with ${EPYTHON}"
 }

Reply via email to