aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2021-05-25 13:58:34 +0500
committerAnna Vyalkova <cyber+gentoo@sysrq.in>2021-05-25 15:37:35 +0500
commit831fd5553a178d374cb54bd4c9aeb53873a95bd4 (patch)
tree93b10f864a6fd6aa37a50e0859be85ae6aecc9f5 /dev-python
parentdev-python/aspectlib: drop unneeded test dep (diff)
downloadguru-831fd5553a178d374cb54bd4c9aeb53873a95bd4.tar.gz
guru-831fd5553a178d374cb54bd4c9aeb53873a95bd4.tar.bz2
guru-831fd5553a178d374cb54bd4c9aeb53873a95bd4.zip
dev-python/base58: support python 3.9
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/base58/base58-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/base58/base58-2.1.0.ebuild b/dev-python/base58/base58-2.1.0.ebuild
index af411eb8e..c629e7932 100644
--- a/dev-python/base58/base58-2.1.0.ebuild
+++ b/dev-python/base58/base58-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1