Config.in 227 B

123456789
  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
  7. is powerful.
  8. http://webpy.org/