summaryrefslogtreecommitdiffstats
path: root/rules/python3-configshell.in
blob: e83bd2d6f6febf271d68e8f697f667174ed4b183 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=python3

config PYTHON3_CONFIGSHELL
	tristate
	select PYTHON3
	select PYTHON3_SIX
	select PYTHON3_READLINE
	select PYTHON3_PYPARSING
	prompt "python3-configshell"
	help
	  A framework to implement simple but nice CLIs.