summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2019-11-27 14:27:22 +0100
committerLouis Sautier <sbraz@gentoo.org>2019-11-27 14:30:29 +0100
commit115c37bc9be5313493fae4e87bc440b973a1b42b (patch)
treee46479ee96d661e0d28396172322e754f72b8546 /dev-python
parentnet-mail/offlineimap: x86 stable (bug #698106) (diff)
downloadgentoo-115c37bc9be5313493fae4e87bc440b973a1b42b.tar.gz
gentoo-115c37bc9be5313493fae4e87bc440b973a1b42b.tar.bz2
gentoo-115c37bc9be5313493fae4e87bc440b973a1b42b.zip
dev-python/pysendfile: add Python 3.8 support
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index c59bb6323fb1..225861fb57e8 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=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
inherit distutils-r1