xref: /OK3568_Linux_fs/buildroot/package/python-prompt-toolkit/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
2	bool "python-prompt-toolkit"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_SIX # runtime
5	select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
6	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
7	help
8	  Library for building powerful interactive command lines in
9	  Python.
10
11	  https://github.com/prompt-toolkit/python-prompt-toolkit
12