mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
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>
This commit is contained in:
committed by
Tim Harder
parent
2f2206719b
commit
ffc8a840ff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user