summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
commitff75c955954b32c1aa6fa301303e9df5ef53078e (patch)
tree85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb
parent1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff)
downloadmeta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb
deleted file mode 100644
index 179b91e..0000000
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_0.3.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "OpenStack Command-line Client"
2HOMEPAGE = "https://github.com/openstack/python-openstackclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7PR = "r0"
8SRCNAME = "python-openstackclient"
9
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "e3c2b0ef8539a583f767427de8a4bdf9"
13SRC_URI[sha256sum] = "ca8df0a256ed48536b386cde215a3532f98707eef8dba3343850ca80d29ce086"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools