diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 00:56:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
| commit | 8acd5a741b0a0408466d9b76a2dfc48082ca8ac0 (patch) | |
| tree | 6be83a2383062a699571ee9ccf92fecdc490f9df /meta-python/recipes-devtools/python/python3-sentry-sdk_1.4.3.bb | |
| parent | 187b1643319cccca2e9b00b07ee54f06ed5a4602 (diff) | |
| download | meta-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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "The new Python SDK for Sentry.io" | ||
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ | ||
| 3 | for Sentry, intended to replace the raven package on PyPI." | ||
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "python3-urllib3" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "b9844751e40710e84a457c5bc29b21c383ccb2b63d76eeaad72f7f1c808c8828" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "sentry-sdk" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
