xref: /OK3568_Linux_fs/buildroot/package/python-webpy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_WEBPY
2	bool "python-webpy"
3	depends on BR2_PACKAGE_PYTHON3 # python-cheroot
4	select BR2_PACKAGE_PYTHON_CHEROOT # runtime
5	select BR2_PACKAGE_PYTHON_MARKDOWN # runtime
6	help
7	  web.py is a web framework for Python that is as simple as it
8	  is powerful.
9
10	  http://webpy.org/
11