From: Thomas Goirand Date: Mon, 25 Jan 2016 16:44:35 +0000 (+0800) Subject: Added missing build-depends on git, needed by sphinx-build. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b8e74f5025d75421beb7b0b74fde106aeb9523d3;p=openstack-build%2Fcinder-build.git Added missing build-depends on git, needed by sphinx-build. Rewritten-From: 8c7571bfd5a1bea58cd8e126c5fa3159ab9ba45f --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 1ecb82194..53fff21bb 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -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 Mon, 25 Jan 2016 10:02:39 +0000 diff --git a/trusty/debian/control b/trusty/debian/control index 33c07b201..a00c93f47 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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),