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-security/
Date: Wed, 05 Feb 2020 21:28:36
Message-Id: 1580938059.04d6561457edc5c12ef5ccbd16d26380e3511179.asturm@gentoo
1 commit: 04d6561457edc5c12ef5ccbd16d26380e3511179
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:21:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 21:27:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d65614
7
8 dev-python/flask-security: python3_8
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/flask-security/flask-security-3.0.0.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild b/dev-python/flask-security/flask-security-3.0.0.ebuild
17 index edb006fc554..4bf092c5b8c 100644
18 --- a/dev-python/flask-security/flask-security-3.0.0.ebuild
19 +++ b/dev-python/flask-security/flask-security-3.0.0.ebuild
20 @@ -3,8 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 -
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 inherit distutils-r1
28
29 MY_PN="Flask-Security"