From e2a6168655ac43d8fa70cfb21dc9c6713f09953c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 00:24:55 -0400 Subject: 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 --- .../python/python-keystoneclient_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb new file mode 100644 index 0000000..827a551 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Client library for OpenStack Identity API" +HOMEPAGE = "https://github.com/openstack/python-keystoneclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" + +PR = "r0" + +SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" +S = "${WORKDIR}/git" + +inherit setuptools + +FILES_${PN}-doc += "${datadir}/keystoneclient" + +RDEPENDS_${PN} += "python-iso8601 \ + python-prettytable \ + python-requests \ + python-simplejson \ + python-oslo.config \ + " -- cgit v1.2.3-54-g00ecf