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>
This commit is contained in:
parent
fc27e7e1fc
commit
3b799881eb
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user