Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-restful/
Date: Tue, 24 Aug 2021 18:20:34
Message-Id: 1629829082.8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5.arthurzam@gentoo
1 commit: 8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 18:13:08 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 18:18:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7cd90f
7
8 dev-python/flask-restful: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/flask-restful/flask-restful-0.3.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/flask-restful/flask-restful-0.3.9.ebuild b/dev-python/flask-restful/flask-restful-0.3.9.ebuild
16 index ced9457b800..0dd0f316359 100644
17 --- a/dev-python/flask-restful/flask-restful-0.3.9.ebuild
18 +++ b/dev-python/flask-restful/flask-restful-0.3.9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1