summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb (renamed from meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb)16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
index 1883dbb..bae0efd 100644
--- a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
6 6
7PR = "r0"
8
9SRCNAME = "osprofiler" 7SRCNAME = "osprofiler"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 9
12SRC_URI[md5sum] = "519f299f5e6040a9abf8453751225540" 10SRC_URI[md5sum] = "6762b5420fd95646a26c4eaca1af9e64"
13SRC_URI[sha256sum] = "7d7e1d0b93ce96901f7a307a712196273818a8f20e59916ff099589b48f53207" 11SRC_URI[sha256sum] = "aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e"
14 12
15S = "${WORKDIR}/${SRCNAME}-${PV}" 13S = "${WORKDIR}/${SRCNAME}-${PV}"
16 14
@@ -25,7 +23,13 @@ DEPENDS += " \
25 23
26# RDEPENDS_default: 24# RDEPENDS_default:
27RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
26 python-pbr \
28 python-six \ 27 python-six \
28 python-oslo.messaging \
29 python-oslo.log \
30 python-oslo.utils \
29 python-webob \ 31 python-webob \
30 python-pbr \ 32 python-requests \
33 python-netaddr \
34 python-oslo.concurrency \
31 " 35 "