From: Thomas Goirand Date: Tue, 8 Oct 2013 05:28:39 +0000 (+0000) Subject: Review (build-)dependencies. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=61d15b79d7c9d570e11d2caf01fce4927c898493;p=openstack-build%2Fcinder-build.git Review (build-)dependencies. Rewritten-From: 561ecbb4d6a9aea7150b098e945c2f2a91a04548 --- diff --git a/xenial/debian/control b/xenial/debian/control index 37e564054..cd9867514 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -10,18 +10,19 @@ Build-Depends: debhelper (>= 8.0.0), po-debconf, python-all (>= 2.6.6-3~), python-d2to1, - python-pbr (>= 0.5.21) + python-pbr (>= 0.5.21), + python-setuptools, Build-Depends-Indep: pep8 (>= 1.3.3), pylint, python-amqplib, - python-anyjson, + python-anyjson (>= 0.3.3), python-argparse, python-babel (>= 1.3), python-cheetah, python-coverage, python-daemon, python-eventlet (>= 0.13.0), - python-fixtures (>= 0.3.12), + python-fixtures (>= 0.3.14), python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2), python-hp3parclient (>= 2.0), @@ -37,7 +38,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-netaddr, python-nose, python-novaclient (>= 2:2.15.0), - python-oslo.config, + python-oslo.config (>= 1:1.2.1), python-oslo.sphinx, python-paramiko (>= 1.8.0), python-paste, @@ -45,7 +46,6 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-psycopg2, python-routes, python-rtslib, - python-setuptools, python-setuptools-git, python-six, python-sphinx, @@ -67,9 +67,9 @@ Section: python Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-amqplib, - python-anyjson, + python-anyjson (>= 0.3.3), python-argparse, - python-babel, + python-babel (>= 1.3), python-cheetah, python-daemon, python-eventlet (>= 0.13.0), @@ -84,7 +84,7 @@ Depends: python-amqplib, python-mysqldb, python-netaddr, python-novaclient (>= 2:2.15.0), - python-oslo.config, + python-oslo.config (>= 1:1.2.1), python-paramiko (>= 1.8.0), python-paste, python-pastedeploy,