mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: =========== -ref: Define types at runtime -Explicit reexport of types -feat(profiling): Add thread data to spans -Add optional keep_alive -Add support for Celery Redbeat cron tasks -The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. -aws_event can be an empty list -Re-export Event in types.py -Small API docs improvement -Fixed OpenAI tests -Bump checkouts/data-schemas from ed078ed to 8232f17 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
609 B
BlitzBasic
23 lines
609 B
BlitzBasic
SUMMARY = "The new Python SDK for Sentry.io"
|
|
DESCRIPTION = "This is the next line of the Python SDK \
|
|
for Sentry, intended to replace the raven package on PyPI."
|
|
HOMEPAGE = "https://github.com/getsentry/sentry-python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-urllib3 \
|
|
python3-core \
|
|
python3-json \
|
|
python3-logging \
|
|
python3-threading \
|
|
python3-compression \
|
|
python3-datetime \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"
|
|
|
|
PYPI_PACKAGE = "sentry-sdk"
|
|
|
|
inherit pypi setuptools3
|