From 60cb89675489553853304dd92a99cf2a7a92fd43 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 Feb 2022 17:51:31 +0100 Subject: [PATCH] package/python-urllib3: drop python2 support Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/python-urllib3/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-urllib3/Config.in b/package/python-urllib3/Config.in index 21d3f6748e..90e10b7969 100644 --- a/package/python-urllib3/Config.in +++ b/package/python-urllib3/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PYTHON_URLLIB3 bool "python-urllib3" - 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 Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.