blob: cf1337e2b1869c83accc8ddc1bdd14e4e818c30e [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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
Patrick Williams03907ee2022-05-01 06:28:52 -050010SRC_URI[sha256sum] = "38fd16a92b5ef94203db3ece10e03bdaa291481dd7e00e77a148aa0302267d47"
Andrew Geissler9aee5002022-03-30 16:27:02 +000011
12PYPI_PACKAGE = "sentry-sdk"
13
14inherit pypi setuptools3