1config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB 2 bool "python-configshell-fb" 3 depends on BR2_PACKAGE_PYTHON3 # python-urwid 4 select BR2_PACKAGE_PYTHON_PYPARSING 5 select BR2_PACKAGE_PYTHON3_READLINE 6 select BR2_PACKAGE_PYTHON_SIX 7 select BR2_PACKAGE_PYTHON_URWID 8 help 9 configshell-fb is a Python library that provides a framework 10 for building simple but nice CLI-based applications. 11 12 https://github.com/open-iscsi/configshell-fb 13