]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Reviewed (build-)depends.
authorThomas Goirand <thomas@goirand.fr>
Thu, 31 Jul 2014 14:52:07 +0000 (22:52 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 31 Jul 2014 14:52:07 +0000 (22:52 +0800)
debian/control

index 1bc7bf773645aa7d582eb77032803166b78e7011..b32052e36ee539323e064895ea263e11f2a8f9d7 100644 (file)
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
                python-all (>= 2.6),
                python-pbr (>= 0.6),
                python-sphinx (>= 1.2.1)
-Build-Depends-Indep: alembic (>= 0.4.1),
+Build-Depends-Indep: alembic (>= 0.6.2),
                      bridge-utils,
                      pep8 (>= 1.3.3),
                      python-anyjson (>= 0.3.3),
@@ -29,17 +29,20 @@ Build-Depends-Indep: alembic (>= 0.4.1),
                      python-iso8601 (>= 0.1.9),
                      python-jinja2,
                      python-jsonrpclib,
-                     python-keystoneclient (>= 1:0.8.0),
+                     python-keystoneclient (>= 1:0.9.0),
+                     python-keystonemiddleware,
                      python-kombu (>= 2.4.8),
                      python-lxml,
                      python-mock (>= 1.0),
                      python-netaddr (>= 0.7.6),
                      python-netifaces,
-                     python-neutronclient (>= 2.3.4),
+                     python-neutronclient (>= 2.3.5),
                      python-nose,
                      python-nosexcover,
                      python-novaclient (>= 2:2.17.0),
                      python-oslo.config (>= 1.2.1),
+                     python-oslo.db,
+                     python-oslo.messaging (>= 1.3.0),
                      python-oslo.rootwrap,
                      python-oslosphinx,
                      python-paste,
@@ -49,8 +52,8 @@ Build-Depends-Indep: alembic (>= 0.4.1),
                      python-routes,
                      python-setuptools,
                      python-simplejson,
-                     python-six (>= 1.6.0),
-                     python-sqlalchemy,
+                     python-six (>= 1.7.0),
+                     python-sqlalchemy (>= 0.8.4),
                      python-stevedore (>= 0.14),
                      python-subunit (>= 0.0.18),
                      python-testrepository (>= 0.0.13),
@@ -99,10 +102,11 @@ Breaks: python-quantum (<< 2013.2~),
         quantum-plugin-openvswitch-agent (<< 2013),
         quantum-plugin-ryu (<< 2013),
         quantum-plugin-ryu-agent (<< 2013)
-Depends: alembic (>= 0.4.1),
+Depends: alembic (>= 0.6.2),
          python-anyjson (>= 0.3.3),
          python-argparse,
          python-babel (>= 1.3),
+         python-cliff,
          python-configobj,
          python-eventlet (>= 0.13.0),
          python-gflags,
@@ -111,14 +115,17 @@ Depends: alembic (>= 0.4.1),
          python-iso8601 (>= 0.1.9),
          python-jinja2,
          python-jsonrpclib,
-         python-keystoneclient (>= 1:0.8.0),
+         python-keystoneclient (>= 1:0.9.0),
+         python-keystonemiddleware,
          python-kombu (>= 2.4.8),
          python-lxml,
          python-migrate,
          python-netaddr (>= 0.7.6),
-         python-neutronclient (>= 2.3.4),
+         python-neutronclient (>= 2.3.5),
          python-novaclient (>= 2:2.17.0),
          python-oslo.config (>= 1.2.1),
+         python-oslo.db,
+         python-oslo.messaging (>= 1.3.0),
          python-oslo.rootwrap,
          python-paste,
          python-pastedeploy,
@@ -127,8 +134,8 @@ Depends: alembic (>= 0.4.1),
          python-requests (>= 1.1),
          python-routes,
          python-simplejson,
-         python-six (>= 1.6.0),
-         python-sqlalchemy,
+         python-six (>= 1.7.0),
+         python-sqlalchemy (>= 0.8.4),
          python-stevedore (>= 0.14),
          python-webob (>= 1.2.3),
          ${misc:Depends},
@@ -169,7 +176,6 @@ Depends: adduser,
          dbconfig-common,
          debconf,
          dpkg-dev,
-         python-cliff,
          python-mysqldb,
          python-neutron (= ${source:Version}),
          python-pyparsing (>=1.5.7),