summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:11:08 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:11:08 +0200
commit763f07dee9a85c3a8ff539b85c591bca5a47d72e (patch)
tree6150908846b7fae470735d434c46f05bb3098c21 /dev-python/recommonmark
parentdev-python/rebulk: Enable py3.10 (diff)
downloadgentoo-763f07dee9a85c3a8ff539b85c591bca5a47d72e.tar.gz
gentoo-763f07dee9a85c3a8ff539b85c591bca5a47d72e.tar.bz2
gentoo-763f07dee9a85c3a8ff539b85c591bca5a47d72e.zip
dev-python/recommonmark: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/recommonmark')
-rw-r--r--dev-python/recommonmark/recommonmark-0.7.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/recommonmark/recommonmark-0.7.1.ebuild b/dev-python/recommonmark/recommonmark-0.7.1.ebuild
index 87668d90b2ec..51f5b68eeb64 100644
--- a/dev-python/recommonmark/recommonmark-0.7.1.ebuild
+++ b/dev-python/recommonmark/recommonmark-0.7.1.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python docutils-compatibility bridge to CommonMark"