From 3140bf7efad2d380a223abf2aeee3ed57b5f189a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 26 Nov 2012 11:12:49 +0100 Subject: [PATCH] Fix stevedore needed version Signed-off-by: Julien Danjou Rewritten-From: a7c8ed26a29ae5cb7acda27a9ab7f183dfc525e5 --- xenial/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/control b/xenial/debian/control index 8c6dfb8..c36a1cc 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -27,7 +27,7 @@ Build-Depends-Indep: pep8, python-nova (>= 2012.2), python-setuptools-git, python-sqlalchemy, - python-stevedore, + python-stevedore (>= 0.6), python-webob, Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary @@ -47,7 +47,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-nova (>= 2012.2), python-netaddr, python-sqlalchemy, - python-stevedore, + python-stevedore (>= 0.6), python-webob Description: openstack efficient metering counters system (Python libraries) Ceilometer aims to deliver a unique point of contact for billing systems to -- 2.32.3