diff mbox series

[2/3] package/python-sentry-sdk: fix select ordering

Message ID 20200908192336.155428-2-joseph.kogut@gmail.com
State Accepted
Headers show
Series [1/3] package/python-sentry-sdk: bump version to 0.17.3 | expand

Commit Message

Joseph Kogut Sept. 8, 2020, 7:23 p.m. UTC
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/python-sentry-sdk/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Titouan Christophe Sept. 15, 2020, 9:37 p.m. UTC | #1
Hello,
On 8/09/20 21:23, Joseph Kogut wrote:
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>

Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>

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

Titouan
diff mbox series

Patch

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