summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-16 14:25:45 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-18 13:57:12 -0400
commit23233fe843a8c83527255fbf98215bf429610a26 (patch)
tree5dfb8ae58505c411ff69569d8e796132c5b88bab /meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
parentd749b948d818a18158421d1f7d36a7906c35ede3 (diff)
downloadmeta-cloud-services-23233fe843a8c83527255fbf98215bf429610a26.tar.gz
python-osprpfiler: upgrade 2.8.1 -> 2.8.2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb
new file mode 100644
index 0000000..408bbdb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.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
7SRC_URI[md5sum] = "b192bdcbf201101a97d163d7ec6f4783"
8SRC_URI[sha256sum] = "525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a"
9
10inherit setuptools pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 python-pbr \
17 "
18
19# Satisfy setup.py 'setup_requires'
20DEPENDS += " \
21 python-pbr-native \
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 "