From 35fb719b57ee5e4e872e954d8217cea2a833a6b2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 Feb 2022 17:51:33 +0100 Subject: [PATCH] package/python-webob: drop python2 support Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/python-webob/Config.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/python-webob/Config.in b/package/python-webob/Config.in index fe77723f95..d3397587a1 100644 --- a/package/python-webob/Config.in +++ b/package/python-webob/Config.in @@ -1,8 +1,6 @@ config BR2_PACKAGE_PYTHON_WEBOB bool "python-webob" - select BR2_PACKAGE_PYTHON_HASHLIB if BR2_PACKAGE_PYTHON # runtime - select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime - select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime + select BR2_PACKAGE_PYTHON3_ZLIB # runtime help WSGI request and response object.