diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-07-11 21:52:59 +0200 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-07-17 23:07:23 -0600 |
commit | ffc8a840ff258db84569686003b22eb5c3386c3a (patch) | |
tree | 828deccc44f086416b1d573cccca97adae8b735f /dev-python/kconfiglib | |
parent | media-video/mediainfo: version bump to 19.07 (diff) | |
download | gentoo-ffc8a840ff258db84569686003b22eb5c3386c3a.tar.gz gentoo-ffc8a840ff258db84569686003b22eb5c3386c3a.tar.bz2 gentoo-ffc8a840ff258db84569686003b22eb5c3386c3a.zip |
dev-python/kconfiglib: mark as compatible with Python 2.7 and PyPy
menuconfig.py has been Python 2.7-compatible since Kconfiglib 12.2.0.
All utilities now run under Python 2.7 and Python 3.2+.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/kconfiglib')
-rw-r--r-- | dev-python/kconfiglib/kconfiglib-12.12.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild index 42e22c8f41fb..34529da5d919 100644 --- a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild +++ b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# menuconfig script doesn't work on py2 so skip it -PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |