summaryrefslogtreecommitdiffstats
path: root/package/python-raven/Config.in
diff options
context:
space:
mode:
authorJoseph Kogut <joseph.kogut@gmail.com>2017-11-09 09:14:17 -0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-22 22:33:39 +0100
commit273aad9e507eedf5245a004be8f7372a7c4d5ca7 (patch)
tree816ccf9efbb8d1fbf955b89830532f5d55e23ebf /package/python-raven/Config.in
parent223e5867eda125ae10b0e2b963ff9ce3ed6eaa30 (diff)
downloadbuildroot-273aad9e507eedf5245a004be8f7372a7c4d5ca7.tar.gz
buildroot-273aad9e507eedf5245a004be8f7372a7c4d5ca7.zip
python-raven: new package
Changes since v2: - remove newlines from Config.in - add LICENSE hash Changes since v1: - reword commit to match upstream style - fold the DEVELOPERS modifications into the same commit - add Config selections for required python core modules - bump version to 6.3.0 Tested in a clean chroot, events are generated for exceptions, and reported to the server configured for the client. Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-raven/Config.in')
-rw-r--r--package/python-raven/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-raven/Config.in b/package/python-raven/Config.in
new file mode 100644
index 0000000000..0d4b26c054
--- /dev/null
+++ b/package/python-raven/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_RAVEN
+ bool "python-raven"
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
+ help
+ Raven is a client for Sentry (https://getsentry.com).
+
+ https://github.com/getsentry/raven-python
OpenPOWER on IntegriCloud