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