diff options
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_6.0.1.155.bb')
| -rw-r--r-- | recipes-devtools/python/python3-newrelic_6.0.1.155.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-newrelic_6.0.1.155.bb b/recipes-devtools/python/python3-newrelic_6.0.1.155.bb new file mode 100644 index 00000000..f79c99ca --- /dev/null +++ b/recipes-devtools/python/python3-newrelic_6.0.1.155.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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[md5sum] = "0acf701c37ceb590e2a12d358ced16d7" | ||
| 12 | SRC_URI[sha256sum] = "e96689fc75eb2b1591903ad9e74225f5e1da734afcd3151d318c53f6635b5dda" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += "python3-setuptools-scm-native" | ||
| 17 | |||
| 18 | SRC_URI += "file://0001-setup.py-tweak-setuptools_scm-version-dependency.patch" | ||
| 19 | |||
| 20 | FILES_${PN}-dbg += "\ | ||
| 21 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
| 22 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
| 23 | " | ||
