diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-16 09:27:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 21:54:27 +0200 |
commit | c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0 (patch) | |
tree | d5d99f1b9f9bf4e9a1d26d67eb76052c87b0f34a /package/python-cheroot/Config.in | |
parent | e677a54f55fd440a835b7da5f2e2430151dc22d9 (diff) | |
download | buildroot-c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0.tar.gz buildroot-c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0.zip |
python-cheroot: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cheroot/Config.in')
-rw-r--r-- | package/python-cheroot/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-cheroot/Config.in b/package/python-cheroot/Config.in new file mode 100644 index 0000000000..bb85f7bdc7 --- /dev/null +++ b/package/python-cheroot/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_CHEROOT + bool "python-cheroot" + select BR2_PACKAGE_PYTHON_SIX # runtime + help + Cheroot is the high-performance, pure-Python + HTTP server used by CherryPy. + + https://github.com/cherrypy/cheroot |