From fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Jun 2016 20:00:32 -0400 Subject: [PATCH] dev-python/retry-decorator: add py3.5 love --- dev-python/retry-decorator/retry-decorator-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4751a21785039..8b695d0eb8f43 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