98bac18835
* The package doesn't support python2 anymore. * The only reverse dependency, ipython, already depends on python3 * Update URL in Config.in. * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [yann.morin.1998@free.fr: - actually add dependency on python3 - add note about ipython ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
|
|
bool "python-prompt-toolkit"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
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
|