commit: e272ace0174025d90e17996ac83f9783f2b9f9d4
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 10:33:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 10:33:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e272ace0
dev-python/mnemonic: python 3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
dev-python/mnemonic/mnemonic-0.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mnemonic/mnemonic-0.19.ebuild
b/dev-python/mnemonic/mnemonic-0.19.ebuild
index a22af499..5e99002c 100644
--- a/dev-python/mnemonic/mnemonic-0.19.ebuild
+++ b/dev-python/mnemonic/mnemonic-0.19.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Reference implementation of BIP-0039 for generating deterministic
keys"