summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-10-16 00:56:01 +0200
committerKhem Raj <raj.khem@gmail.com>2021-10-18 09:49:37 -0700
commit8acd5a741b0a0408466d9b76a2dfc48082ca8ac0 (patch)
tree6be83a2383062a699571ee9ccf92fecdc490f9df /meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb
parent187b1643319cccca2e9b00b07ee54f06ed5a4602 (diff)
downloadmeta-openembedded-8acd5a741b0a0408466d9b76a2dfc48082ca8ac0.tar.gz
python3-sentry-sdk: update to 1.4.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb
new file mode 100644
index 0000000000..c5614a381d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb
@@ -0,0 +1,14 @@
1SUMMARY = "The new Python SDK for Sentry.io"
2DESCRIPTION = "This is the next line of the Python SDK \
3for Sentry, intended to replace the raven package on PyPI."
4HOMEPAGE = "https://github.com/getsentry/sentry-python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
7
8RDEPENDS:${PN} += "python3-urllib3"
9
10SRC_URI[sha256sum] = "b9844751e40710e84a457c5bc29b21c383ccb2b63d76eeaad72f7f1c808c8828"
11
12PYPI_PACKAGE = "sentry-sdk"
13
14inherit pypi setuptools3