summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:24:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commite2a6168655ac43d8fa70cfb21dc9c6713f09953c (patch)
treeb6b0757920df1f60c508c47a6ba2be1cf9d819fe /meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb
parenta5a59d040b5db77a06346a516d30566a21d41586 (diff)
downloadmeta-cloud-services-e2a6168655ac43d8fa70cfb21dc9c6713f09953c.tar.gz
keystone: update to havana version
Updating the keystone OpenStack component to the havana release version. As part of this switch, we also start building out of git versus the release tarballs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb
deleted file mode 100644
index 18c0f64..0000000
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Client library for OpenStack Identity API"
2HOMEPAGE = "https://github.com/openstack/python-keystoneclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
6
7PR = "r0"
8
9SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "ad6fcbdd0e4cb239d315155bdbe9337c"
12SRC_URI[sha256sum] = "10b98946aaa98e97f032ca44848a5d84bc61d6f0b4186c635704087e72c08818"
13
14inherit setuptools
15
16FILES_${PN}-doc += "${datadir}/keystoneclient"
17
18RDEPENDS_${PN} += "python-iso8601 \
19 python-prettytable \
20 python-requests \
21 python-simplejson \
22 python-oslo.config \
23 "