summaryrefslogtreecommitdiffstats
path: root/package/python-cherrypy/Config.in
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2015-02-08 10:59:19 -0500
committerPeter Korsgaard <peter@korsgaard.com>2015-02-23 23:14:05 +0100
commit1f81429f825e8ab1c4d739638d2b913f98e78612 (patch)
tree7484a32cfe36634aee115b3c6768c46175c2f87a /package/python-cherrypy/Config.in
parentcd3c6e26c5c368ee76ab2a42c1c76994f93a4c9f (diff)
downloadbuildroot-1f81429f825e8ab1c4d739638d2b913f98e78612.tar.gz
buildroot-1f81429f825e8ab1c4d739638d2b913f98e78612.zip
python-cherrypy: new package
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-cherrypy/Config.in')
-rw-r--r--package/python-cherrypy/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-cherrypy/Config.in b/package/python-cherrypy/Config.in
new file mode 100644
index 0000000000..6e32ec2a1a
--- /dev/null
+++ b/package/python-cherrypy/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_CHERRYPY
+ bool "python-cherrypy"
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+ select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
+ help
+ A minimalist web framework
+
+ http://www.cherrypy.org
OpenPOWER on IntegriCloud