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