Config.in 434 B

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