[meta-virtualization] [RFC][PATCH 14/16] Added python-glanceclient recipe
David Nyström
david.c.nystrom at gmail.com
Tue Dec 18 06:31:56 PST 2012
Signed-off-by: David Nyström <david.nystrom at enea.com>
---
.../glanceclient/python-glanceclient_git.bb | 26 ++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 recipes-cloud/glanceclient/python-glanceclient_git.bb
diff --git a/recipes-cloud/glanceclient/python-glanceclient_git.bb b/recipes-cloud/glanceclient/python-glanceclient_git.bb
new file mode 100644
index 0000000..d9c7472
--- /dev/null
+++ b/recipes-cloud/glanceclient/python-glanceclient_git.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "This is a client library for Glance built on the OpenStack \
+ Images API. It provides a Python API (the ``glanceclient`` module) \
+ and a command-line tool (glance)."
+SECTION = "devel/python"
+SRCNAME = "glanceclient"
+LICENSE = "Apache-2"
+PR = "0"
+
+DEPENDS = "gmp"
+RDEPENDS_${PN} = "gmp \
+ python-warlock \
+ python-pyopenssl \
+ python-keystoneclient \
+ python-prettytable \
+ "
+
+FILES_${PN} += "${datadir}/${SRCNAME}"
+
+SRCREV = "c057fe47d6889912b7675aa54102509cd464171a"
+PV = "0.7.0+gitr${SRCREV}"
+SRC_URI = "git://github.com/openstack/python-glanceclient.git;protocol=https"
+S = "${WORKDIR}/git"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+inherit setuptools
--
1.7.9.5
More information about the meta-virtualization
mailing list