]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/python-webpy/Config.in
python-webpy: needs hashlib support in python
[coffee/buildroot.git] / package / python-webpy / Config.in
1 config BR2_PACKAGE_PYTHON_WEBPY
2         bool "python-webpy"
3         depends on BR2_PACKAGE_PYTHON
4         select BR2_PACKAGE_PYTHON_HASHLIB
5         help
6           web.py is a web framework for Python that is as simple as it is
7           powerful.
8
9           http://webpy.org/