summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 15:59:03 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 15:59:03 -0500
commited8b52d283617f3b4b0862ca6c36e135d674b0fc (patch)
tree0d5d46a5ea3a37c945aecae5017e1cbd8fa52643 /meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb
parentf7593d00cc6256806ac7a7eae941e5fb02306526 (diff)
downloadmeta-cloud-services-ed8b52d283617f3b4b0862ca6c36e135d674b0fc.tar.gz
python-hp3parclient: import recipe to meet glance test requirments
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb b/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb
new file mode 100644
index 0000000..75ad641
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb
@@ -0,0 +1,17 @@
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://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7PR = "r0"
8SRCNAME = "hp3parclient"
9
10SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "52cdcb930eb0dc81d93689abe169c502"
13SRC_URI[sha256sum] = "bab78a3fa14236d7884af52271fd91d08d51ec99b7e2d6c6fb477bfdfb9ef259"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools