1030ea5a5b
This module is useful to implement a fastCGI webserver Tested with ARM and Python 2.7.6 [Thomas: fix license informations.] Signed-off-by: oli vogt <oli.vogt.pub01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
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
|