summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb b/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
new file mode 100644
index 0000000..427e76a
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
@@ -0,0 +1,20 @@
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
7PR = "r0"
8SRCNAME = "hp3parclient"
9
10SRC_URI = "\
11 https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12 file://fix_hp3parclient_memory_leak.patch \
13 "
14
15SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759"
16SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit setuptools