summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-09 11:46:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-09 11:48:22 +0200
commitc5b5aff7b743d3bdd093ad8c14b4c96001aaafc6 (patch)
treed934a5594675f7b7a8663368499502f515488c1e /meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
parentabac3e882eaeb7a44b64503e2c3a4f264c50e779 (diff)
downloadmeta-cloud-services-c5b5aff7b743d3bdd093ad8c14b4c96001aaafc6.tar.gz
python-ceilometerclient: Uprev to v2.6.2 and update dependency list
This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index a830e51..ef6b762 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -11,28 +11,29 @@ DEPENDS += " \
11 11
12RDEPENDS_${PN} +=" \ 12RDEPENDS_${PN} +=" \
13 python-cliff \ 13 python-cliff \
14 python-httplib2 \ 14 python-httplib2 \
15 python-iso8601 \ 15 python-iso8601 \
16 python-prettytable \ 16 python-keystoneauth1 \
17 python-pyparsing \ 17 python-keystoneclient \
18 python-simplejson \
19 python-pbr \
20 python-oslo.i18n \ 18 python-oslo.i18n \
21 python-oslo.serialization \ 19 python-oslo.serialization \
22 python-oslo.utils \ 20 python-oslo.utils \
23 python-keystoneclient \ 21 python-pbr \
22 python-prettytable \
23 python-pyparsing \
24 python-requests \ 24 python-requests \
25 python-simplejson \
25 python-six \ 26 python-six \
26 python-stevedore \ 27 python-stevedore \
27 " 28 "
28 29
29SRC_URI = "\ 30SRC_URI = "\
30 git://github.com/openstack/python-ceilometerclient.git;branch=master \ 31 git://github.com/openstack/python-ceilometerclient.git;branch=stable/newton \
31 file://fix_ceilometerclient_memory_leak.patch \ 32 file://fix_ceilometerclient_memory_leak.patch \
32 " 33 "
33 34
34PV = "1.5.0+git${SRCPV}" 35PV = "2.6.2+git${SRCPV}"
35SRCREV = "daed7e59c383f1ca74d75160cbc99fbd89675648" 36SRCREV = "9d9b477708fdce08db162a9bf3723cf7ee0df267"
36S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
37 38
38inherit setuptools rmargparse 39inherit setuptools rmargparse