]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed (build-)dependencies
authorThomas Goirand <thomas@goirand.fr>
Fri, 24 Jan 2014 06:56:47 +0000 (14:56 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 24 Jan 2014 06:56:47 +0000 (14:56 +0800)
debian/control

index b24fabcd47c18dbc52de2d085d9b2a11ab75d320..720a29f7f7d2378234718e870d3599c3380252ce 100644 (file)
@@ -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}