1config 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
8	  http://werkzeug.pocoo.org/
9