xref: /OK3568_Linux_fs/buildroot/package/python-configshell-fb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
2*4882a593Smuzhiyun	bool "python-configshell-fb"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3 # python-urwid
4*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PYPARSING
5*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3_READLINE
6*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SIX
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_URWID
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  configshell-fb is a Python library that provides a framework
10*4882a593Smuzhiyun	  for building simple but nice CLI-based applications.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/open-iscsi/configshell-fb
13