From 23233fe843a8c83527255fbf98215bf429610a26 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 16 Sep 2019 14:25:45 +0800 Subject: python-osprpfiler: upgrade 2.8.1 -> 2.8.2 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-osprofiler_2.8.2.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_2.8.2.bb') 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 @@ +DESCRIPTION = "OpenStack Profiler Library" +HOMEPAGE = "http://www.openstack.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" + +SRC_URI[md5sum] = "b192bdcbf201101a97d163d7ec6f4783" +SRC_URI[sha256sum] = "525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a" + +inherit setuptools pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-oslo.messaging \ + python-oslo.log \ + python-oslo.utils \ + python-webob \ + python-requests \ + python-netaddr \ + python-oslo.concurrency \ + " -- cgit v1.2.3-54-g00ecf