summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
diff options
context:
space:
mode:
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