]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
New (build-)depends on python-oauth2client to ensure version.
authorThomas Goirand <thomas@goirand.fr>
Mon, 25 Jan 2016 10:04:09 +0000 (10:04 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 25 Jan 2016 10:04:09 +0000 (10:04 +0000)
Rewritten-From: 015b58c9dac6110580ac2b37c5952825af296d52

xenial/debian/changelog
xenial/debian/control

index 21f9fc706bd692d77fa9ba2e9c67fe67e026a1ac..1ecb821946bfa9e513326146d31048becfaf642e 100644 (file)
@@ -1,3 +1,9 @@
+cinder (2:8.0.0~b2-2) UNRELEASED; urgency=medium
+
+  * New (build-)depends on python-oauth2client to ensure version.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 25 Jan 2016 10:02:39 +0000
+
 cinder (2:8.0.0~b2-1) experimental; urgency=medium
 
   * New upstream release.
index 3c264521e801d7a5504f3a749986dd15b09ebc1b..abdc6fa01ea5d01bfae99d2855682e60b7217e8c 100644 (file)
@@ -35,6 +35,7 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-mox3,
                      python-mysqldb,
                      python-novaclient (>= 2:2.29.0),
+                     python-oauth2client (>= 1.4.12),
                      python-os-brick (>= 0.4.0),
                      python-os-testr (>= 0.4.2),
                      python-os-win (>= 0.0.7),
@@ -106,6 +107,7 @@ Depends: python-anyjson,
          python-migrate (>= 0.9.6),
          python-mysqldb,
          python-novaclient (>= 2:2.29.0),
+         python-oauth2client (>= 1.4.12),
          python-os-brick (>= 0.4.0),
          python-os-win (>= 0.0.7),
          python-oslo.concurrency (>= 2.3.0),