diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-17 22:13:27 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 11:10:39 -0500 |
| commit | a48f386635286a39fc2a4372dbdba4bf3c764474 (patch) | |
| tree | dbffd3cac5116c002ad01260ed785e0b4401f1fa /meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb | |
| parent | 10a4b4fc1ef68409a550f014468c1d0279543725 (diff) | |
| download | meta-cloud-services-a48f386635286a39fc2a4372dbdba4bf3c764474.tar.gz | |
python3-osprofiler: upgrade 2.9.0 -> 3.4.0gatesgarth
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb | 35 |
1 files changed, 35 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "OpenStack Profiler Library" | ||
| 2 | HOMEPAGE = "http://www.openstack.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "691c4d2cc77e60eeaa30edd7bf087481" | ||
| 8 | SRC_URI[sha256sum] = "f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python3-pip \ | ||
| 16 | python3-pbr \ | ||
| 17 | " | ||
| 18 | |||
| 19 | # Satisfy setup.py 'setup_requires' | ||
| 20 | DEPENDS += " \ | ||
| 21 | python3-pbr-native \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python3-pbr \ | ||
| 27 | python3-six \ | ||
| 28 | python3-oslo.messaging \ | ||
| 29 | python3-oslo.log \ | ||
| 30 | python3-oslo.utils \ | ||
| 31 | python3-webob \ | ||
| 32 | python3-requests \ | ||
| 33 | python3-netaddr \ | ||
| 34 | python3-oslo.concurrency \ | ||
| 35 | " | ||
