From 1bc9251fec740a9b1304d9de9921673a2799d7fd Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:35 -0500 Subject: ceilometer: uprev to Liberty Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-ceilometerclient_git.bb | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb') 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 += " \ python-pbr \ " -RDEPENDS_${PN} +="python-cliff \ +RDEPENDS_${PN} +=" \ + python-cliff \ python-httplib2 \ python-iso8601 \ python-prettytable \ python-pyparsing \ python-simplejson \ python-pbr \ + python-oslo.i18n \ + python-oslo.serialization \ + python-oslo.utils \ + python-keystoneclient \ + python-requests \ + python-six \ + python-stevedore \ " -PR = "r0" - SRC_URI = "\ git://github.com/openstack/python-ceilometerclient.git;branch=master \ file://fix_ceilometerclient_memory_leak.patch \ " -PV = "1.0.13+git${SRCPV}" -SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22" +PV = "1.5.0+git${SRCPV}" +SRCREV = "daed7e59c383f1ca74d75160cbc99fbd89675648" S = "${WORKDIR}/git" -inherit setuptools +inherit setuptools rmargparse PACKAGECONFIG ?= "bash-completion" -- cgit v1.2.3-54-g00ecf