From: Thomas Goirand Date: Tue, 26 Nov 2013 14:39:00 +0000 (+0800) Subject: Added missing (build-)depends: python-six >= 1.4.1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9eee2fc92ab71c08f3608421df9d00816fb70929;p=openstack-build%2Fceilometer-build.git Added missing (build-)depends: python-six >= 1.4.1 Change-Id: I43f184a4567ca749e0ac9273bfa804945cf8bf87 Rewritten-From: 5737cc01f59921acd2154baf516db96a0c8f9e11 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 314ef2b..24420d7 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +ceilometer (2013.2-3) UNRELEASED; urgency=low + + * Added missing (build-)depends: python-six (>= 1.4.1). + + -- Thomas Goirand Tue, 26 Nov 2013 22:37:47 +0800 + ceilometer (2013.2-2) unstable; urgency=low * Added configuration of the keystone_authtoken through Debconf. diff --git a/xenial/debian/control b/xenial/debian/control index efbb0ed..30c2302 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -48,6 +48,7 @@ Build-Depends-Indep: alembic (>= 0.4.2), python-requests (>= 1.2), python-setuptools-git, python-simplegeneric (>= 0.8), + python-six (>= 1.4.1), python-sphinx, python-sphinxcontrib-pecanwsme, python-sqlalchemy (>= 0.7.3), @@ -96,6 +97,7 @@ Depends: alembic (>= 0.4.2), python-pymongo (>= 2.4), python-requests (>= 1.2), python-simplegeneric (>= 0.8), + python-six (>= 1.4.1), python-sqlalchemy (>= 0.7.3), python-stevedore (>= 0.9), python-swiftclient (>= 1:1.6.0),