summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
new file mode 100644
index 0000000..7f6ae59
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Client library for Glance built on the OpenStack Images API"
2HOMEPAGE = "https://github.com/openstack/python-glanceclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6DEPENDS = "gmp"
7
8SRCREV = "741c15f9633f642aa2e52de10b8eb65d6a8c9ecb"
9PV = "0.9.0+gitr${SRCREV}"
10PR = "0"
11
12SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18FILES_${PN} += "${datadir}/${SRCNAME}"
19
20RDEPENDS_${PN} = "gmp \
21 python-warlock \
22 python-pyopenssl \
23 python-prettytable \
24 python-setuptools-git \
25 "
26