From: Thomas Goirand Date: Fri, 24 Jan 2014 06:56:47 +0000 (+0800) Subject: Fixed (build-)dependencies X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a1335152399b374c343509f647b1d58021dea827;p=openstack-build%2Fcinder-build.git Fixed (build-)dependencies --- diff --git a/debian/control b/debian/control index b24fabcd4..720a29f7f 100644 --- a/debian/control +++ b/debian/control @@ -9,17 +9,15 @@ Build-Depends: debhelper (>= 8.0.0), openstack-pkg-tools, po-debconf, python-all (>= 2.6.6-3~), - python-d2to1, python-pbr (>= 0.5.21), - python-setuptools, + python-setuptools Build-Depends-Indep: pep8 (>= 1.3.3), pylint, python-amqplib, python-anyjson (>= 0.3.3), - python-argparse, python-babel (>= 1.3), python-cheetah, - python-coverage, + python-coverage (>= 3.6), python-daemon, python-eventlet (>= 0.13.0), python-fixtures (>= 0.3.14), @@ -27,11 +25,11 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-greenlet (>= 0.3.2), python-hp3parclient (>= 2.0), python-iso8601 (>= 0.1.8), - python-keystoneclient (>= 1:0.3.0), + python-keystoneclient (>= 1:0.4.1), python-kombu (>= 2.5.12), python-lockfile, python-lxml, - python-migrate, + python-migrate (>= 0.8.2), python-mock (>= 1.0), python-mox, python-mysqldb, @@ -40,20 +38,23 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-novaclient (>= 2:2.15.0), python-oslo.config (>= 1:1.2.1), python-oslo.sphinx, + python-oslo.rootwrap, python-paramiko (>= 1.8.0), python-paste, python-pastedeploy, python-psycopg2, python-routes, python-rtslib, + python-rtslib-fb, python-setuptools-git, - python-six, + python-six (>= 1.4.1), python-sphinx, python-sqlalchemy, - python-stevedore (>= 0.10), + python-stevedore (>= 0.12), python-subunit, python-suds, python-swiftclient (>= 1:1.6.0), + python-taskflow, python-testtools (>= 0.9.32), python-webob (>= 1.2.3), testrepository (>= 0.0.17) @@ -68,7 +69,6 @@ Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-amqplib, python-anyjson (>= 0.3.3), - python-argparse, python-babel (>= 1.3), python-cheetah, python-daemon, @@ -76,25 +76,28 @@ Depends: python-amqplib, python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.8), - python-keystoneclient (>= 1:0.3.0), + python-keystoneclient (>= 1:0.4.1), python-kombu (>= 2.5.12), python-lockfile, python-lxml, - python-migrate, + python-migrate (>= 0.8.2), python-mysqldb, python-netaddr, python-novaclient (>= 2:2.15.0), python-oslo.config (>= 1:1.2.1), + python-oslo.rootwrap, python-paramiko (>= 1.8.0), python-paste, python-pastedeploy, python-routes, python-rtslib, - python-six, + python-rtslib-fb, + python-six (>= 1.4.1), python-sqlalchemy, - python-stevedore (>= 0.10), + python-stevedore (>= 0.12), python-suds, python-swiftclient (>= 1:1.6.0), + python-taskflow, python-webob (>= 1.2.3), ${misc:Depends}, ${python:Depends}