From 54a78c60460602bf061a6dea3869d536fa2a90d6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 13:15:30 +0100 Subject: dev-python/flask-login: python3_7 Tests fail with python3_6 already, bug 701546 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- dev-python/flask-login/flask-login-0.4.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/flask-login') diff --git a/dev-python/flask-login/flask-login-0.4.1.ebuild b/dev-python/flask-login/flask-login-0.4.1.ebuild index 9ffaf3043b6b..492d2afc7c84 100644 --- a/dev-python/flask-login/flask-login-0.4.1.ebuild +++ b/dev-python/flask-login/flask-login-0.4.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6}} ) + +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad