xref: /OK3568_Linux_fs/buildroot/package/python-sentry-sdk/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_SENTRY_SDK
2	bool "python-sentry-sdk"
3	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
4	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
5	help
6	  Python client for Sentry (https://sentry.io).
7
8	  https://github.com/getsentry/sentry-python
9