mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
4f37cfa790
Drop no longer required six dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
|
|
bool "python-prompt-toolkit"
|
|
select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
help
|
|
Library for building powerful interactive command lines in
|
|
Python.
|
|
|
|
https://github.com/prompt-toolkit/python-prompt-toolkit
|