kumquat-buildroot/package/python-cheroot/Config.in
Asaf Kahlon 5eaf234683 package/python-cheroot: bump to version 8.1.0
* Add host-python-setuptools-scm-git-archive as build-time dependecy.
* Update runtime dependecies list.
* Update license file name (and hash): LICENSE was renamed to LICENSE.md
  with no changes. After that, the copyright year was bumped.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-14 22:20:05 +02:00

13 lines
437 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