summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-24 09:54:29 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-24 13:10:17 +0100
commitf89790122561c79fb31b765a95f3732c65d51e3d (patch)
treeebf5cf0dc938ea25e1ede8d0611d37c2e28da038 /dev-python
parentdev-python/boto: Add python3.5 support (diff)
downloadgentoo-f89790122561c79fb31b765a95f3732c65d51e3d.tar.gz
gentoo-f89790122561c79fb31b765a95f3732c65d51e3d.tar.bz2
gentoo-f89790122561c79fb31b765a95f3732c65d51e3d.zip
dev-python/httplib2: Add python3.5 support
Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httplib2/httplib2-0.9.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
index 20df28421041..5bb4d8e65e24 100644
--- a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
+++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1