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.bb10
1 files changed, 2 insertions, 8 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
index 427e76a..2b8a548 100644
--- a/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
@@ -4,17 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=497435a85c6b1376c82b18488e9bc907" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=497435a85c6b1376c82b18488e9bc907"
6 6
7PR = "r0" 7SRC_URI += " \
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 \ 8 file://fix_hp3parclient_memory_leak.patch \
13 " 9 "
14 10
15SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759" 11SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759"
16SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2" 12SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2"
17 13
18S = "${WORKDIR}/${SRCNAME}-${PV}" 14inherit setuptools pypi
19
20inherit setuptools