diff options
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.bb | 14 |
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 @@ | |||
| 1 | DESCRIPTION = "HP 3PAR HTTP REST Client" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/hp3parclient/2.0.0" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=497435a85c6b1376c82b18488e9bc907" | ||
| 6 | |||
| 7 | SRC_URI += " \ | ||
| 8 | file://fix_hp3parclient_memory_leak.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759" | ||
| 12 | SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2" | ||
| 13 | |||
| 14 | inherit setuptools3 pypi | ||
