dev-python/setuptools: add python3.5 on v18.2

Enable python3.5 support on 18.2-r3 which has more keywords than
the newer versions.
This commit is contained in:
Michał Górny
2015-10-14 08:09:25 +02:00
parent 73a1cf9e4f
commit aec82c7567

View File

@@ -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