From 84c9fc51cc8325611310d5a7b7e3176b790cfe48 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 21 Dec 2025 23:34:26 +0100 Subject: [PATCH] package/python-httplib2: fix sort order of dependencies in Config.in Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/python-httplib2/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-httplib2/Config.in b/package/python-httplib2/Config.in index a029814f03..9647bd495a 100644 --- a/package/python-httplib2/Config.in +++ b/package/python-httplib2/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_PYTHON_HTTPLIB2 bool "python-httplib2" + select BR2_PACKAGE_PYTHON_PYPARSING # runtime select BR2_PACKAGE_PYTHON3_ZLIB select BR2_PACKAGE_PYTHON3_SSL - select BR2_PACKAGE_PYTHON_PYPARSING # runtime help httplib2 is a comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries.