summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 19:37:26 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 19:59:27 +0200
commitfaf8b6993166bfebeb6ad82b5eb800687847125f (patch)
treee79c743467afbae540333d2db57085ba1bac135b
parentdev-python/py-cpuinfo: Enable py3.10 (diff)
downloadgentoo-faf8b6993166bfebeb6ad82b5eb800687847125f.tar.gz
gentoo-faf8b6993166bfebeb6ad82b5eb800687847125f.tar.bz2
gentoo-faf8b6993166bfebeb6ad82b5eb800687847125f.zip
dev-python/pybtex: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pybtex/pybtex-0.24.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pybtex/pybtex-0.24.0.ebuild b/dev-python/pybtex/pybtex-0.24.0.ebuild
index 903359c1e9db..3c21d5769d29 100644
--- a/dev-python/pybtex/pybtex-0.24.0.ebuild
+++ b/dev-python/pybtex/pybtex-0.24.0.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="BibTeX-compatible bibliography processor"