From 9ecacabdcc9bb602dff657be73b8395d27f0919b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 26 Nov 2012 16:14:00 +0100 Subject: [PATCH] API and collector recommends sqlalchemy Signed-off-by: Julien Danjou Rewritten-From: fbd040e9d0c893e7301c41b30ec4e534816dd20c --- xenial/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/control b/xenial/debian/control index 485ba0f..ff63323 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -78,7 +78,7 @@ Description: OpenStack efficient metering counters system (common files) Package: ceilometer-collector Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Recommends: python-pymongo (>= 2.2) +Recommends: python-pymongo (>= 2.2), python-sqlalchemy Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} Description: OpenStack efficient metering counters system (collector service) Ceilometer aims to deliver a unique point of contact for billing systems to @@ -93,7 +93,7 @@ Description: OpenStack efficient metering counters system (collector service) Package: ceilometer-api Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Recommends: python-pymongo (>= 2.2) +Recommends: python-pymongo (>= 2.2), python-sqlalchemy Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystone (>= 2012.2) Description: OpenStack efficient metering counters system (API service) Ceilometer aims to deliver a unique point of contact for billing systems to -- 2.32.3