summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-02-03 20:41:35 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commit1bc9251fec740a9b1304d9de9921673a2799d7fd (patch)
tree199286f88403fdde6c6dfdbcf406cdc25ac8469f /meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
parent6dc7b04104dc4fc8240621b4b98cce9c5799eff9 (diff)
downloadmeta-cloud-services-1bc9251fec740a9b1304d9de9921673a2799d7fd.tar.gz
ceilometer: uprev to Liberty
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb18
1 files changed, 12 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index 35760a9..a830e51 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -9,27 +9,33 @@ DEPENDS += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12RDEPENDS_${PN} +="python-cliff \ 12RDEPENDS_${PN} +=" \
13 python-cliff \
13 python-httplib2 \ 14 python-httplib2 \
14 python-iso8601 \ 15 python-iso8601 \
15 python-prettytable \ 16 python-prettytable \
16 python-pyparsing \ 17 python-pyparsing \
17 python-simplejson \ 18 python-simplejson \
18 python-pbr \ 19 python-pbr \
20 python-oslo.i18n \
21 python-oslo.serialization \
22 python-oslo.utils \
23 python-keystoneclient \
24 python-requests \
25 python-six \
26 python-stevedore \
19 " 27 "
20 28
21PR = "r0"
22
23SRC_URI = "\ 29SRC_URI = "\
24 git://github.com/openstack/python-ceilometerclient.git;branch=master \ 30 git://github.com/openstack/python-ceilometerclient.git;branch=master \
25 file://fix_ceilometerclient_memory_leak.patch \ 31 file://fix_ceilometerclient_memory_leak.patch \
26 " 32 "
27 33
28PV = "1.0.13+git${SRCPV}" 34PV = "1.5.0+git${SRCPV}"
29SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22" 35SRCREV = "daed7e59c383f1ca74d75160cbc99fbd89675648"
30S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
31 37
32inherit setuptools 38inherit setuptools rmargparse
33 39
34 40
35PACKAGECONFIG ?= "bash-completion" 41PACKAGECONFIG ?= "bash-completion"