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