1config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
2	bool "python-prompt-toolkit"
3	select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
4	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
5	help
6	  Library for building powerful interactive command lines in
7	  Python.
8
9	  https://github.com/prompt-toolkit/python-prompt-toolkit
10