mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 06:39:27 +00:00
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
|