From a48f386635286a39fc2a4372dbdba4bf3c764474 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 17 Nov 2020 22:13:27 +0800 Subject: python3-osprofiler: upgrade 2.9.0 -> 3.4.0 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-osprofiler_3.4.0.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb new file mode 100644 index 0000000..5d7939b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.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] = "691c4d2cc77e60eeaa30edd7bf087481" +SRC_URI[sha256sum] = "f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-six \ + python3-oslo.messaging \ + python3-oslo.log \ + python3-oslo.utils \ + python3-webob \ + python3-requests \ + python3-netaddr \ + python3-oslo.concurrency \ + " -- cgit v1.2.3-54-g00ecf