From 07a460be874db7c7d517bab9b01d42d91d4d3f60 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 6 Jun 2019 10:31:27 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-osprofiler_2.8.0.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-osprofiler_2.8.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_2.8.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.0.bb new file mode 100644 index 0000000..c33c52b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_2.8.0.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] = "c48561c6c6d2112d5b06d5c4af581790" +SRC_URI[sha256sum] = "56f8717c1c30193706ea6f9959f5f289edee910f90ebd763db38cfbd9c1c90d4" + +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