blob: 2c21323515f896ef272f3e3d7acdf5534b0a8d8a (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_PYTHON_FLUP
bool "python-flup"
depends on BR2_PACKAGE_PYTHON
help
flup provides of a collection of WSGI modules for Python.
It allows a webserver to use scgi-mod and fastcgi-mod
with python.
https://pypi.python.org/pypi/flup
|