adfef8b5bb
Fixes: $: ./utils/check-package package/python-cheroot/* package/python-cheroot/Config.in:7: continuation line should be indented using tabs 32 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
config BR2_PACKAGE_PYTHON_CHEROOT
|
|
bool "python-cheroot"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
|
|
if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
Cheroot is the high-performance, pure-Python
|
|
HTTP server used by CherryPy.
|
|
|
|
https://github.com/cherrypy/cheroot
|