diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-09 12:49:29 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-09 12:49:41 +0100 |
commit | c144371f85e36b59a694182fb3a9fb1657075a33 (patch) | |
tree | 0ef47f924fd9bee1eb0a27b4c37002e21755a9c1 | |
parent | e80e2bad154f7aae1889980287c4bd590bf127fa (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/urllib3/urllib3-1.12.ebuild | 2 |
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 |