From: Joseph Kogut Date: Tue, 8 Sep 2020 19:23:35 +0000 (-0700) Subject: package/python-sentry-sdk: fix select ordering X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b799881ebef67eeccc21810be54436c4b67520c;p=buildroot.git package/python-sentry-sdk: fix select ordering Signed-off-by: Joseph Kogut Reviewed-by: Titouan Christophe Signed-off-by: Thomas Petazzoni --- 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).