2017-06-16 09:27:57 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_CHEROOT
|
|
|
|
bool "python-cheroot"
|
2019-10-20 15:42:03 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-more-itertools, python-jaraco-functools
|
2017-06-16 09:27:57 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2019-10-14 21:12:28 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
2017-06-16 09:27:57 +02:00
|
|
|
help
|
|
|
|
Cheroot is the high-performance, pure-Python
|
|
|
|
HTTP server used by CherryPy.
|
|
|
|
|
|
|
|
https://github.com/cherrypy/cheroot
|