1config BR2_PACKAGE_PYTHON_WEBPY
2	bool "python-webpy"
3	select BR2_PACKAGE_PYTHON_CHEROOT # runtime
4	select BR2_PACKAGE_PYTHON_MARKDOWN # runtime
5	help
6	  web.py is a web framework for Python that is as simple as it
7	  is powerful.
8
9	  http://webpy.org/
10