Config.in 227 B

12345678
  1. config BR2_PACKAGE_PYTHON_WERKZEUG
  2. bool "python-werkzeug"
  3. select BR2_PACKAGE_PYTHON3_ZLIB # runtime
  4. help
  5. Werkzeug is a WSGI utility library for Python. It's widely
  6. used and BSD licensed.
  7. http://werkzeug.pocoo.org/