diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:16:28 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:43 -0500 |
commit | 45964b1a44482a8dda2c403879cef209746da2c8 (patch) | |
tree | 84a0893b6201eae143f039b6e8ab6e9e68b99497 /dev-python/fido2 | |
parent | app-misc/hivex: python bump (diff) | |
download | gentoo-45964b1a44482a8dda2c403879cef209746da2c8.tar.gz gentoo-45964b1a44482a8dda2c403879cef209746da2c8.tar.bz2 gentoo-45964b1a44482a8dda2c403879cef209746da2c8.zip |
dev-python/fido2: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/fido2')
-rw-r--r-- | dev-python/fido2/fido2-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fido2/fido2-0.7.3.ebuild b/dev-python/fido2/fido2-0.7.3.ebuild index 4deef1259bc1..c6da07ced17d 100644 --- a/dev-python/fido2/fido2-0.7.3.ebuild +++ b/dev-python/fido2/fido2-0.7.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Python based FIDO 2.0 library" |