From bdbbca51ab6b424b2c40e79beab0d48648c9e76b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 23 Oct 2015 14:16:29 +0200 Subject: [PATCH] dev-python/hypothesis: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/hypothesis/hypothesis-1.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild index 7e106ee01a14d..ba35bb207b435 100644 --- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1