Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-login/
Date: Sun, 01 Dec 2019 19:27:37
Message-Id: 1575228299.54a78c60460602bf061a6dea3869d536fa2a90d6.asturm@gentoo
1 commit: 54a78c60460602bf061a6dea3869d536fa2a90d6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:15:30 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:24:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a78c60
7
8 dev-python/flask-login: python3_7
9
10 Tests fail with python3_6 already, bug 701546
11
12 Package-Manager: Portage-2.3.80, Repoman-2.3.19
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/flask-login/flask-login-0.4.1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/flask-login/flask-login-0.4.1.ebuild b/dev-python/flask-login/flask-login-0.4.1.ebuild
19 index 9ffaf3043b6..492d2afc7c8 100644
20 --- a/dev-python/flask-login/flask-login-0.4.1.ebuild
21 +++ b/dev-python/flask-login/flask-login-0.4.1.ebuild
22 @@ -2,7 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6}} )
27 +
28 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
29
30 inherit distutils-r1