summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-20 09:54:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commit15ad2fd02f3160c5102c3e83a7a119ba0919cc90 (patch)
tree47660fbc410a5d424c247701140807878cc01900 /dev-python/webcolors
parentdev-python/rfc3986: Add python3.5 support (diff)
downloadgentoo-15ad2fd02f3160c5102c3e83a7a119ba0919cc90.tar.gz
gentoo-15ad2fd02f3160c5102c3e83a7a119ba0919cc90.tar.bz2
gentoo-15ad2fd02f3160c5102c3e83a7a119ba0919cc90.zip
dev-python/webcolors: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r--dev-python/webcolors/webcolors-1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild
index e34619d89cf2..4557791e0607 100644
--- a/dev-python/webcolors/webcolors-1.5.ebuild
+++ b/dev-python/webcolors/webcolors-1.5.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