summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-newrelic_10.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_10.9.0.bb')
-rw-r--r--recipes-devtools/python/python3-newrelic_10.9.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-newrelic_10.9.0.bb b/recipes-devtools/python/python3-newrelic_10.9.0.bb
new file mode 100644
index 00000000..a390aff8
--- /dev/null
+++ b/recipes-devtools/python/python3-newrelic_10.9.0.bb
@@ -0,0 +1,20 @@
1HOMEPAGE = "http://www.newrelic.com"
2SUMMARY = "New Relic Python Agent"
3DESCRIPTION = "\
4 Python agent for the New Relic web application performance monitoring \
5 service. Check the release notes for what has changed in this version. \
6 "
7SECTION = "devel/python"
8LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
10
11SRC_URI[sha256sum] = "0741de2138b41a1ae1cfad397878774de4131196d66f1443a23b055d9f47e706"
12
13inherit pypi setuptools3
14
15DEPENDS += "python3-setuptools-scm-native"
16
17FILES:${PN}-dbg += "\
18 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \
19 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \
20 "