From: Mike Frysinger Date: Wed, 15 Jun 2016 00:00:32 +0000 (-0400) Subject: dev-python/retry-decorator: add py3.5 love X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e;p=gentoo.git dev-python/retry-decorator: add py3.5 love --- diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild index 4751a2178503..8b695d0eb8f4 100644 --- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild @@ -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