Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/
Date: Thu, 03 Dec 2020 16:54:01
Message-Id: 1607014427.1c6b913ccb53fabedfccc437f9c128e7df0eb50f.marecki@gentoo
1 commit: 1c6b913ccb53fabedfccc437f9c128e7df0eb50f
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 16:46:04 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 16:53:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6b913c
7
8 dev-python/fido2-0.8.1: support python3_9
9
10 Builds, tests and installs without errors.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/fido2/fido2-0.8.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/fido2/fido2-0.8.1.ebuild b/dev-python/fido2/fido2-0.8.1.ebuild
18 index d59bb437ce4..48ef415e8c4 100644
19 --- a/dev-python/fido2/fido2-0.8.1.ebuild
20 +++ b/dev-python/fido2/fido2-0.8.1.ebuild
21 @@ -3,7 +3,8 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27 +
28 inherit distutils-r1
29
30 DESCRIPTION="Python based FIDO 2.0 library"