[meta-virtualization] [RFC][PATCH 16/16] Added python-keystoneclient recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:58 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../keystoneclient/python-keystoneclient_git.bb    |   24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 recipes-cloud/keystoneclient/python-keystoneclient_git.bb

diff --git a/recipes-cloud/keystoneclient/python-keystoneclient_git.bb b/recipes-cloud/keystoneclient/python-keystoneclient_git.bb
new file mode 100644
index 0000000..3744add
--- /dev/null
+++ b/recipes-cloud/keystoneclient/python-keystoneclient_git.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Python bindings to the OpenStack Identity API (Keystone)"
+DESCRIPTION = "This is a client for the OpenStack Identity API, implemented \
+	    by Keystone. There's a Python API (the keystoneclient module), \
+	    and a command-line script (keystone)"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+PR = "0"
+
+RDEPENDS_${PN} += "python-httplib2 \
+	python-prettytable \
+	python-simplejson \
+	"
+
+SRCREV = "27f0c721174b149c64cc67ff718d007d94fe79aa"
+PV = "0.2.0+gitr${SRCREV}"
+SRC_URI = "git://github.com/openstack/python-keystoneclient.git;protocol=https"
+S = "${WORKDIR}/git"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit setuptools
\ No newline at end of file
-- 
1.7.9.5




More information about the meta-virtualization mailing list