package/python-sentry-sdk: fix select ordering
authorJoseph Kogut <joseph.kogut@gmail.com>
Tue, 8 Sep 2020 19:23:35 +0000 (12:23 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 23 Sep 2020 20:57:02 +0000 (22:57 +0200)
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-sentry-sdk/Config.in

index 5bddabe282b4dc16bad88186e9de27f7fa61d989..62b8100bdb97f5c51aa51da0e5e217763b4045df 100644 (file)
@@ -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).