summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 17:13:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commitfa1c6a10fc571c8591e112dc0d29143903743670 (patch)
treefb094fc3e13aa36d682cfd381ffcdba370e9cefa /meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
parent8464ccecda8d527a921f115c76e1a4add2fd2cdc (diff)
downloadmeta-cloud-services-fa1c6a10fc571c8591e112dc0d29143903743670.tar.gz
python-osprofiler: uprev to v1.5.0
This uprev is required to suppor the uprev of python-keyston to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
new file mode 100644
index 0000000..bae0efd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
@@ -0,0 +1,35 @@
1DESCRIPTION = "OpenStack Profiler Library"
2HOMEPAGE = "http://www.openstack.org/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
6
7SRCNAME = "osprofiler"
8SRC_URI = "http://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "6762b5420fd95646a26c4eaca1af9e64"
11SRC_URI[sha256sum] = "aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17# DEPENDS_default: python-pip
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 python-pbr \
27 python-six \
28 python-oslo.messaging \
29 python-oslo.log \
30 python-oslo.utils \
31 python-webob \
32 python-requests \
33 python-netaddr \
34 python-oslo.concurrency \
35 "