Selaa lähdekoodia

package/python-sentry-sdk: fix select ordering

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>
Joseph Kogut 4 vuotta sitten
vanhempi
commit
3b799881eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package/python-sentry-sdk/Config.in

+ 1 - 1
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).