From: Thomas Goirand Date: Thu, 25 Apr 2013 07:32:53 +0000 (+0800) Subject: Added missing (build-)depends on python-paste. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d796f90a18890e9508a3651d5256c91fb7330d6f;p=openstack-build%2Fheat-build.git Added missing (build-)depends on python-paste. Rewritten-From: 3dbf650d45b5217ebe15012ef740c4722b8109b8 --- diff --git a/trusty/debian/control b/trusty/debian/control index debb968a..da17c032 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -35,6 +35,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-nosexcover, python-novaclient, python-oslo.config, + python-paste, python-pastedeploy, python-paramiko, python-pycryptopp, @@ -76,6 +77,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-migrate, python-novaclient, python-oslo.config, + python-paste, python-pastedeploy, python-pycryptopp, python-qpid,