Added missing (build-)depends: python-six >= 1.4.1
authorThomas Goirand <thomas@goirand.fr>
Tue, 26 Nov 2013 14:39:00 +0000 (22:39 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 26 Nov 2013 14:39:00 +0000 (22:39 +0800)
Change-Id: I43f184a4567ca749e0ac9273bfa804945cf8bf87

Rewritten-From: 5737cc01f59921acd2154baf516db96a0c8f9e11

xenial/debian/changelog
xenial/debian/control

index 314ef2b5b84babe5ea3fdea3b7ec352e8a164bee..24420d739f5088b9e3ac3fd8e1d64d8cf5484f03 100644 (file)
@@ -1,3 +1,9 @@
+ceilometer (2013.2-3) UNRELEASED; urgency=low
+
+  * Added missing (build-)depends: python-six (>= 1.4.1).
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 26 Nov 2013 22:37:47 +0800
+
 ceilometer (2013.2-2) unstable; urgency=low
 
   * Added configuration of the keystone_authtoken through Debconf.
index efbb0ed82f958d2520e41f669391a02f9c8ba2b0..30c2302caf404b2f8bad2970e01547d6e6ef0a42 100644 (file)
@@ -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),