]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Added missing build-depends on git, needed by sphinx-build.
authorThomas Goirand <zigo@debian.org>
Mon, 25 Jan 2016 16:44:35 +0000 (00:44 +0800)
committerThomas Goirand <zigo@debian.org>
Mon, 25 Jan 2016 16:44:35 +0000 (00:44 +0800)
debian/changelog
debian/control

index 1ecb821946bfa9e513326146d31048becfaf642e..53fff21bb0c989577401847d02ea7e2f1c5518fb 100644 (file)
@@ -1,6 +1,7 @@
 cinder (2:8.0.0~b2-2) UNRELEASED; urgency=medium
 
   * New (build-)depends on python-oauth2client to ensure version.
+  * Added missing build-depends on git, needed by sphinx-build.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 25 Jan 2016 10:02:39 +0000
 
index 33c07b201f978f5db25da74b725899f439c322d4..a00c93f47a533b6e600786c96dcfe153c4980b24 100644 (file)
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python-sphinx,
 Build-Depends-Indep: bandit (>= 0.13.2),
+                     git,
                      python-anyjson,
                      python-babel,
                      python-barbicanclient (>= 3.3.0),