diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:15:37 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
commit | f0a8b8d5d753d557e8878443a1fe5f399e9955be (patch) | |
tree | 029c0deb0a92ada00b1d30c803a8447850735fcb | |
parent | e24b9a9add399c037fc657320f6a47adc50c9c2d (diff) | |
download | meta-cloud-services-f0a8b8d5d753d557e8878443a1fe5f399e9955be.tar.gz |
python-glanceclient: added 0.9.0
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 26 |
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 @@ | |||
1 | DESCRIPTION = "Client library for Glance built on the OpenStack Images API" | ||
2 | HOMEPAGE = "https://github.com/openstack/python-glanceclient" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
6 | DEPENDS = "gmp" | ||
7 | |||
8 | SRCREV = "741c15f9633f642aa2e52de10b8eb65d6a8c9ecb" | ||
9 | PV = "0.9.0+gitr${SRCREV}" | ||
10 | PR = "0" | ||
11 | |||
12 | SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools | ||
17 | |||
18 | FILES_${PN} += "${datadir}/${SRCNAME}" | ||
19 | |||
20 | RDEPENDS_${PN} = "gmp \ | ||
21 | python-warlock \ | ||
22 | python-pyopenssl \ | ||
23 | python-prettytable \ | ||
24 | python-setuptools-git \ | ||
25 | " | ||
26 | |||