From 3b799881ebef67eeccc21810be54436c4b67520c Mon Sep 17 00:00:00 2001 From: Joseph Kogut Date: Tue, 8 Sep 2020 12:23:35 -0700 Subject: [PATCH] package/python-sentry-sdk: fix select ordering Signed-off-by: Joseph Kogut Reviewed-by: Titouan Christophe Signed-off-by: Thomas Petazzoni --- package/python-sentry-sdk/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in index 5bddabe282..62b8100bdb 100644 --- a/package/python-sentry-sdk/Config.in +++ b/package/python-sentry-sdk/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PYTHON_SENTRY_SDK bool "python-sentry-sdk" - select BR2_PACKAGE_PYTHON_URLLIB3 # runtime select BR2_PACKAGE_PYTHON_CERTIFI # runtime + select BR2_PACKAGE_PYTHON_URLLIB3 # runtime help Python client for Sentry (https://getsentry.com). -- 2.30.2