dev-python/retry-decorator: add py3.5 love

This commit is contained in:
Mike Frysinger
2016-06-14 20:00:32 -04:00
parent ecf83ef546
commit fc85cee670

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1 vcs-snapshot