1d1c092542
Since version flup-1.0.3.dev20151210, flup needs Python 3. This was
apparently missed in Buildroot commit
ff0f53c04d
, which bumped flup from
1.0.3.dev-20110405 to 1.0.3.dev20161029.
Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|