Files
buildroot/package/python-webpy/Config.in
2019-09-25 20:52:32 -03:00

10 lines
227 B
Plaintext

config BR2_PACKAGE_PYTHON_WEBPY
bool "python-webpy"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_HASHLIB
help
web.py is a web framework for Python that is as simple as it
is powerful.
http://webpy.org/