diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 09:52:38 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | e158ebcdbb0b00cde59fcfae216e9aeb9a5353cf (patch) | |
tree | 6abdaa26fd343d508e10d8351a2ea6a540548c06 /dev-python/rfc3986 | |
parent | dev-python/strict-rfc3339: Add python3.5 support (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.2.2.ebuild | 2 |
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 |