summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-20 09:52:38 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commite158ebcdbb0b00cde59fcfae216e9aeb9a5353cf (patch)
tree6abdaa26fd343d508e10d8351a2ea6a540548c06
parentdev-python/strict-rfc3339: Add python3.5 support (diff)
downloadgentoo-e158ebcdbb0b00cde59fcfae216e9aeb9a5353cf.tar.gz
gentoo-e158ebcdbb0b00cde59fcfae216e9aeb9a5353cf.tar.bz2
gentoo-e158ebcdbb0b00cde59fcfae216e9aeb9a5353cf.zip
dev-python/rfc3986: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/rfc3986/rfc3986-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3986/rfc3986-0.2.2.ebuild b/dev-python/rfc3986/rfc3986-0.2.2.ebuild
index 9aa98786ab7f..d776fba4a20e 100644
--- a/dev-python/rfc3986/rfc3986-0.2.2.ebuild
+++ b/dev-python/rfc3986/rfc3986-0.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3)
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3)
inherit distutils-r1