10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
config BR2_PACKAGE_PYTHON_FLUP
|
|
bool "python-flup"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
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
|