From e272ace0174025d90e17996ac83f9783f2b9f9d4 Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Mon, 21 Sep 2020 12:33:06 +0200 Subject: [PATCH] dev-python/mnemonic: python 3.9 support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber --- 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 a22af499e5..5e99002c58 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"