summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-03 17:46:04 +0100
committerMarek Szuba <marecki@gentoo.org>2020-12-03 17:53:47 +0100
commit1c6b913ccb53fabedfccc437f9c128e7df0eb50f (patch)
tree43439de2134910e1022437c1a5efb489bf1eb7ed /dev-python/fido2
parentdev-python/pyscard-1.9.9: support python3_9 (diff)
downloadgentoo-1c6b913ccb53fabedfccc437f9c128e7df0eb50f.tar.gz
gentoo-1c6b913ccb53fabedfccc437f9c128e7df0eb50f.tar.bz2
gentoo-1c6b913ccb53fabedfccc437f9c128e7df0eb50f.zip
dev-python/fido2-0.8.1: support python3_9
Builds, tests and installs without errors. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/fido2')
-rw-r--r--dev-python/fido2/fido2-0.8.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/fido2/fido2-0.8.1.ebuild b/dev-python/fido2/fido2-0.8.1.ebuild
index d59bb437ce44..48ef415e8c47 100644
--- a/dev-python/fido2/fido2-0.8.1.ebuild
+++ b/dev-python/fido2/fido2-0.8.1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="Python based FIDO 2.0 library"