diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-16 18:53:25 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-16 19:11:31 +0200 |
commit | 66f905232c09ccb7cbcd7c77ebd92b4829c7a66f (patch) | |
tree | c3fa93b0a1dfc3f6afb8a71466c1dc99f11132c9 /dev-python | |
parent | dev-libs/libgcrypt: add 1.8.8 (diff) | |
download | gentoo-66f905232c09ccb7cbcd7c77ebd92b4829c7a66f.tar.gz gentoo-66f905232c09ccb7cbcd7c77ebd92b4829c7a66f.tar.bz2 gentoo-66f905232c09ccb7cbcd7c77ebd92b4829c7a66f.zip |
dev-python/helpdev: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild index 8bb73a9bec0f..ce272819a659 100644 --- a/dev-python/helpdev/helpdev-0.7.1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND=" - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{6,7,8} ) + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{7..8} ) dev-python/psutil[${PYTHON_USEDEP}] " |