diff options
author | Joseph Kogut <joseph.kogut@gmail.com> | 2018-12-10 11:22:28 -0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-10 20:51:09 +0100 |
commit | af3e16949e2ab21e4148c6d9b13a244bc4ca49b5 (patch) | |
tree | 44510c90226f7ee00f007e3e0446ad52ac16ad2c /package/python-sentry-sdk/Config.in | |
parent | b24340bef7188ee3433b0c17251f85dd8a8bd302 (diff) | |
download | buildroot-af3e16949e2ab21e4148c6d9b13a244bc4ca49b5.tar.gz buildroot-af3e16949e2ab21e4148c6d9b13a244bc4ca49b5.zip |
package/python-sentry-sdk: new package
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-sentry-sdk/Config.in')
-rw-r--r-- | package/python-sentry-sdk/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in new file mode 100644 index 0000000000..5bddabe282 --- /dev/null +++ b/package/python-sentry-sdk/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_SENTRY_SDK + bool "python-sentry-sdk" + select BR2_PACKAGE_PYTHON_URLLIB3 # runtime + select BR2_PACKAGE_PYTHON_CERTIFI # runtime + help + Python client for Sentry (https://getsentry.com). + + https://github.com/getsentry/sentry-python |