package/python-flup: update dependency to python3
authorJared Bents <jared.bents@rockwellcollins.com>
Mon, 12 Apr 2021 16:44:05 +0000 (11:44 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 21 Apr 2021 21:25:40 +0000 (23:25 +0200)
Since version flup-1.0.3.dev20151210, flup needs Python 3. This was
apparently missed in Buildroot commit
ff0f53c04db8cc6eb5ce2eb92b7e7d1fe17297ae, 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>
package/python-flup/Config.in

index 2c21323515f896ef272f3e3d7acdf5534b0a8d8a..f40f2501633f10223da80fdc6c635764cdd36404 100644 (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