summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.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_0.3.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_0.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
deleted file mode 100644
index 1883dbb..0000000
--- a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1DESCRIPTION = "OpenStack Profiler Library"
2HOMEPAGE = "http://www.openstack.org/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
6
7PR = "r0"
8
9SRCNAME = "osprofiler"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "519f299f5e6040a9abf8453751225540"
13SRC_URI[sha256sum] = "7d7e1d0b93ce96901f7a307a712196273818a8f20e59916ff099589b48f53207"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 python-pbr \
24 "
25
26# RDEPENDS_default:
27RDEPENDS_${PN} += " \
28 python-six \
29 python-webob \
30 python-pbr \
31 "