[Buildroot] [PATCH] package/python-flup: update dependency to python3

Matt Weber matthew.weber at rockwellcollins.com
Mon Apr 12 16:44:05 UTC 2021


From: Jared Bents <jared.bents at rockwellcollins.com>

Dependency incorrectly calls out python, should be python3

Signed-off-by: Jared Bents <jared.bents at rockwellcollins.com>
Signed-off-by: Ryan Barnett <ryan.barnett at rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber at rockwellcollins.com>
---
 package/python-flup/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-flup/Config.in b/package/python-flup/Config.in
index 2c21323515..f40f250163 100644
--- a/package/python-flup/Config.in
+++ b/package/python-flup/Config.in
@@ -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
-- 
2.17.1



More information about the buildroot mailing list