diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 00:24:55 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:34 -0500 |
| commit | e2a6168655ac43d8fa70cfb21dc9c6713f09953c (patch) | |
| tree | b6b0757920df1f60c508c47a6ba2be1cf9d819fe /meta-openstack/recipes-devtools/python/python-keystoneclient_0.2.3.bb | |
| parent | a5a59d040b5db77a06346a516d30566a21d41586 (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | DESCRIPTION = "Client library for OpenStack Identity API" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-keystoneclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "ad6fcbdd0e4cb239d315155bdbe9337c" | ||
| 12 | SRC_URI[sha256sum] = "10b98946aaa98e97f032ca44848a5d84bc61d6f0b4186c635704087e72c08818" | ||
| 13 | |||
| 14 | inherit setuptools | ||
| 15 | |||
| 16 | FILES_${PN}-doc += "${datadir}/keystoneclient" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += "python-iso8601 \ | ||
| 19 | python-prettytable \ | ||
| 20 | python-requests \ | ||
| 21 | python-simplejson \ | ||
| 22 | python-oslo.config \ | ||
| 23 | " | ||
