summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-01 21:54:17 +0100
committerAaron Bauman <bman@gentoo.org>2019-12-02 23:17:52 -0500
commit8879f07e8b32f0f1810ee1de45805c3870f6a7b6 (patch)
tree574b95dc93dcb6b87121e59abb06c80c0eaa5ed7 /dev-python/httplib2
parentdev-python/qscintilla-python: python3_8 (diff)
downloadgentoo-8879f07e8b32f0f1810ee1de45805c3870f6a7b6.tar.gz
gentoo-8879f07e8b32f0f1810ee1de45805c3870f6a7b6.tar.bz2
gentoo-8879f07e8b32f0f1810ee1de45805c3870f6a7b6.zip
dev-python/httplib2: python3_8
Package-Manager: Portage-2.3.80, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r--dev-python/httplib2/httplib2-0.13.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/httplib2/httplib2-0.13.0.ebuild b/dev-python/httplib2/httplib2-0.13.0.ebuild
index ea68c21b0a1a..677fe073c48f 100644
--- a/dev-python/httplib2/httplib2-0.13.0.ebuild
+++ b/dev-python/httplib2/httplib2-0.13.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
inherit distutils-r1