Config.in 430 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_CHEROOT
  2. bool "python-cheroot"
  3. select BR2_PACKAGE_PYTHON_SIX # runtime
  4. select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
  5. select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
  6. select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
  7. if BR2_PACKAGE_PYTHON # runtime
  8. help
  9. Cheroot is the high-performance, pure-Python
  10. HTTP server used by CherryPy.
  11. https://github.com/cherrypy/cheroot