]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed build-depends
authorThomas Goirand <zigo@debian.org>
Fri, 10 Jul 2015 09:35:26 +0000 (11:35 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 10 Jul 2015 09:35:26 +0000 (11:35 +0200)
debian/control

index a475c4cc5522fa7d71c590dec616f491f57fa089..9d4e63c75111beb47a91159035f7a9d6e1ef9809 100644 (file)
@@ -17,6 +17,7 @@ Build-Depends-Indep: python-anyjson,
                      python-barbicanclient (>= 3.0.1),
                      python-coverage,
                      python-crypto,
+                     python-ddt (>= 0.7.0),
                      python-eventlet (>= 0.17.3),
                      python-fixtures,
                      python-glanceclient (>= 1:0.18.0),
@@ -29,7 +30,7 @@ Build-Depends-Indep: python-anyjson,
                      python-lxml,
                      python-migrate (>= 0.9.6),
                      python-mock,
-                     python-mox,
+                     python-mox3,
                      python-mysqldb,
                      python-netaddr,
                      python-novaclient (>= 2:2.22.0),
@@ -50,11 +51,13 @@ Build-Depends-Indep: python-anyjson,
                      python-oslo.vmware (>= 0.13.1),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.5.1),
+                     python-os-testr,
                      python-osprofiler,
                      python-paramiko,
                      python-paste,
                      python-pastedeploy,
                      python-psycopg2,
+                     python-pymysql,
                      python-pyparsing,
                      python-requests (>= 2.5.2),
                      python-retrying,
@@ -65,7 +68,7 @@ Build-Depends-Indep: python-anyjson,
                      python-stevedore (>= 1.5.0),
                      python-swiftclient,
                      python-taskflow (>= 0.7.1),
-                     python-tempest-lib (>= 0.4.0),
+                     python-tempest-lib (>= 0.5.0),
                      python-testtools,
                      python-webob,
                      subunit,
@@ -117,6 +120,7 @@ Depends: python-anyjson,
          python-pastedeploy,
          python-pbr (>= 0.11),
          python-pyparsing,
+         python-pymysql,
          python-requests (>= 2.5.2),
          python-retrying,
          python-routes,