summaryrefslogtreecommitdiff
path: root/dev-python/urllib3
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-09 12:49:29 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-09 12:49:41 +0100
commitc144371f85e36b59a694182fb3a9fb1657075a33 (patch)
tree0ef47f924fd9bee1eb0a27b4c37002e21755a9c1 /dev-python/urllib3
parente80e2bad154f7aae1889980287c4bd590bf127fa (diff)
downloadgentoo-c144371f85e36b59a694182fb3a9fb1657075a33.tar.gz
gentoo-c144371f85e36b59a694182fb3a9fb1657075a33.tar.xz
dev-python/urllib3: Add python3.5 support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565198 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r--dev-python/urllib3/urllib3-1.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.12.ebuild b/dev-python/urllib3/urllib3-1.12.ebuild
index bf7f1fd1a8a..0423d96afd9 100644
--- a/dev-python/urllib3/urllib3-1.12.ebuild
+++ b/dev-python/urllib3/urllib3-1.12.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1