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=94960868519af40b4ea0ee062de1cc23e0c53697;p=openstack-build%2Fcinder-build.git Added missing build-depends on git, needed by sphinx-build. Rewritten-From: 8c7571bfd5a1bea58cd8e126c5fa3159ab9ba45f --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 1ecb82194..53fff21bb 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/control b/xenial/debian/control index 33c07b201..a00c93f47 100644 --- a/xenial/debian/control +++ b/xenial/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),