]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Review (build-)dependencies.
authorThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 05:28:39 +0000 (05:28 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 05:28:39 +0000 (05:28 +0000)
debian/control

index 37e56405482dc0675a5ce011635be0cd9517b44a..cd986751462b2f99b73e976279b75cbddf688414 100644 (file)
@@ -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,