diff options
author | 2020-10-27 20:43:06 -0600 | |
---|---|---|
committer | 2020-10-27 20:44:31 -0600 | |
commit | fd39e9fdd3c1de168cda487c537ccc7cc8afaca3 (patch) | |
tree | a17ce67201cd866fb3afe48ec4f439d3a0886e23 /dev-python/kconfiglib/kconfiglib-14.1.0.ebuild | |
parent | www-client/vivaldi: Mark binary stable for security update (diff) | |
download | gentoo-fd39e9fdd3c1de168cda487c537ccc7cc8afaca3.tar.gz gentoo-fd39e9fdd3c1de168cda487c537ccc7cc8afaca3.tar.bz2 gentoo-fd39e9fdd3c1de168cda487c537ccc7cc8afaca3.zip |
dev-python/kconfiglib: add py39 support
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/kconfiglib/kconfiglib-14.1.0.ebuild')
-rw-r--r-- | dev-python/kconfiglib/kconfiglib-14.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild b/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild index 52b0349ecfe9..a205f6cea6e8 100644 --- a/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild +++ b/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_REQ_USE="ncurses" |