diff options
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_10.9.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-newrelic_10.9.0.bb | 20 |
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 @@ | |||
1 | HOMEPAGE = "http://www.newrelic.com" | ||
2 | SUMMARY = "New Relic Python Agent" | ||
3 | DESCRIPTION = "\ | ||
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 | " | ||
7 | SECTION = "devel/python" | ||
8 | LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" | ||
10 | |||
11 | SRC_URI[sha256sum] = "0741de2138b41a1ae1cfad397878774de4131196d66f1443a23b055d9f47e706" | ||
12 | |||
13 | inherit pypi setuptools3 | ||
14 | |||
15 | DEPENDS += "python3-setuptools-scm-native" | ||
16 | |||
17 | FILES:${PN}-dbg += "\ | ||
18 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
19 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
20 | " | ||