summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-06-06 10:31:27 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-06-10 09:58:55 -0400
commit07a460be874db7c7d517bab9b01d42d91d4d3f60 (patch)
tree3930c797db53436f6cf98eab7370da766790d505 /meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
parent214bf9a97e9a8ff724572c9ded8188fcb2284d9f (diff)
downloadmeta-cloud-services-07a460be874db7c7d517bab9b01d42d91d4d3f60.tar.gz
python-osprofiler: upgrade 1.5.0 -> 2.8.0
-Upgrade from python-osprofiler_1.5.0.bb to python-osprofiler_2.8.0.bb. 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_1.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb35
1 files changed, 0 insertions, 35 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
deleted file mode 100644
index efb38a0..0000000
--- a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
+++ /dev/null
@@ -1,35 +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
7SRC_URI[md5sum] = "6762b5420fd95646a26c4eaca1af9e64"
8SRC_URI[sha256sum] = "aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e"
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 "