dev-python/contextlib2: add py35 support

This commit is contained in:
Tim Harder
2016-03-12 12:26:28 -05:00
parent 5dc4081507
commit f501fada63

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1