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:
Joseph Kogut 2020-09-08 12:23:35 -07:00 committed by Thomas Petazzoni
parent fc27e7e1fc
commit 3b799881eb

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