package/python-flup: update dependency to python3

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>
This commit is contained in:
Jared Bents 2021-04-12 11:44:05 -05:00 committed by Thomas Petazzoni
parent f2fe5c119c
commit 1d1c092542

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PYTHON_FLUP
bool "python-flup"
depends on BR2_PACKAGE_PYTHON
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