summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-19 05:22:03 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 17:34:21 -0400
commit0526abaa46612750ef332dbecd31291dee27a6c7 (patch)
tree00a2d4eaddfab7f45756ebd659cd89ef50d1ee61 /meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
parent0ef08fccf74e0b99b27d1947084c96d5fc3d3883 (diff)
downloadmeta-cloud-services-0526abaa46612750ef332dbecd31291dee27a6c7.tar.gz
python3-hp3parclient: Change to python3
Refresh the following patch: fix_hp3parclient_memory_leak.patch 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/python3-hp3parclient_3.2.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb b/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
new file mode 100644
index 0000000..269c73e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "HP 3PAR HTTP REST Client"
2HOMEPAGE = "https://pypi.python.org/pypi/hp3parclient/2.0.0"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=497435a85c6b1376c82b18488e9bc907"
6
7SRC_URI += " \
8 file://fix_hp3parclient_memory_leak.patch \
9 "
10
11SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759"
12SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2"
13
14inherit setuptools3 pypi