diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 19:37:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 19:59:27 +0200 |
commit | faf8b6993166bfebeb6ad82b5eb800687847125f (patch) | |
tree | e79c743467afbae540333d2db57085ba1bac135b /dev-python/pybtex | |
parent | dev-python/py-cpuinfo: Enable py3.10 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pybtex')
-rw-r--r-- | dev-python/pybtex/pybtex-0.24.0.ebuild | 4 |
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" |