From: Thomas Goirand Date: Sun, 19 Oct 2014 07:14:25 +0000 (+0800) Subject: Added missing python-posix-ipc as (build-)depends. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bff9841f7f64e1d359ad4319eca99f592bd0fcf5;p=openstack-build%2Fceilometer-build.git Added missing python-posix-ipc as (build-)depends. Change-Id: I9bcf2d31611f36bede9fcd03210fbc681afb2b88 Rewritten-From: f235ba23c36b38e6ea0f2970b7b4a8dfcd4046e5 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 7fba5ad..765008b 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +ceilometer (2014.2-2) experimental; urgency=medium + + * Added missing python-posix-ipc as (build-)depends. + + -- Thomas Goirand Sun, 19 Oct 2014 15:13:52 +0800 + ceilometer (2014.2-1) experimental; urgency=medium * New upstream release. diff --git a/xenial/debian/control b/xenial/debian/control index f1cd4c4..8a1a05c 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -53,6 +53,7 @@ Build-Depends-Indep: alembic (>= 0.6.4), python-oslosphinx (>= 2.2.0.0), python-oslotest (>= 1.1.0.0), python-pecan (>= 0.5.0), + python-posix-ipc, python-pymongo (>= 2.5), python-pysnmp4 (>= 4.2.1), python-requests (>= 1.2.1), @@ -115,6 +116,7 @@ Depends: alembic (>= 0.6.4), python-oslo.vmware (>= 0.6.0), python-pbr (>= 0.6), python-pecan (>= 0.5.0), + python-posix-ipc, python-pymongo (>= 2.5), python-pysnmp4 (>= 4.2.1), python-requests (>= 1.2.1),