2016-07-12 09:39:03 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
|
|
|
|
bool "python-prompt-toolkit"
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
|
2019-05-07 23:30:24 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
|
2016-07-12 09:39:03 +02:00
|
|
|
help
|
|
|
|
Library for building powerful interactive command lines in
|
|
|
|
Python.
|
|
|
|
|
|
|
|
https://github.com/jonathanslenders/python-prompt-toolkit
|