]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed (build-)depends for this release.
authorThomas Goirand <zigo@debian.org>
Fri, 15 Jul 2016 13:25:24 +0000 (15:25 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 15 Jul 2016 13:25:24 +0000 (15:25 +0200)
Rewritten-From: a0085004a0f4d41ca224f3e510eb589f71b1f0c3

xenial/debian/changelog
xenial/debian/control

index 05d5890bbb6af0e5ed3ceaa1df3645fdbee01d1f..08d803352966505283ad84125b8791362630efa2 100644 (file)
@@ -1,6 +1,7 @@
 neutron (2:9.0.0~b2-1) experimental; urgency=medium
 
   * New upstream release.
+  * Fixed (build-)depends for this release.
   * Activates qos policies by default.
   * neutron-server loads fwaas_driver.ini if it is present in /etc/neutron.
   * Refresh the core_plugin selection logic so it's up-to-date.
index 04e02f00736b1d1ec72f764032208a53d38afe9d..db6a80148a99325967c8a108e604e0faf7035e17 100644 (file)
@@ -22,37 +22,38 @@ Build-Depends-Indep: alembic (>= 0.8.4),
                      python-debtcollector (>= 1.2.0),
                      python-designateclient (>= 1.5.0),
                      python-eventlet (>= 0.18.4),
-                     python-fixtures (>= 1.3.1),
+                     python-fixtures (>= 3.0.0),
                      python-gflags,
                      python-greenlet,
                      python-hacking,
                      python-httplib2,
                      python-jinja2 (>= 2.8),
-                     python-keystoneauth1 (>= 2.1.0),
+                     python-keystoneauth1 (>= 2.7.0),
                      python-keystonemiddleware (>= 4.0.0),
                      python-mock (>= 1.3),
                      python-netaddr (>= 0.7.12),
                      python-netifaces (>= 0.10.4),
-                     python-neutronclient (>= 1:4.2.0),
                      python-neutron-lib (>= 0.2.0),
+                     python-neutronclient (>= 1:4.2.0),
                      python-novaclient (>= 2:2.30.1),
                      python-openvswitch,
-                     python-os-testr (>= 0.4.2),
+                     python-os-testr (>= 0.7.0),
+                     python-oslo.cache (>= 1.5.0),
                      python-oslo.concurrency (>= 3.8.0),
-                     python-oslo.config (>= 1:3.9.0),
-                     python-oslo.context (>= 2.2.0),
+                     python-oslo.config (>= 1:3.10.0),
+                     python-oslo.context (>= 2.4.0),
                      python-oslo.db (>= 4.1.0),
                      python-oslo.i18n (>= 2.1.0),
                      python-oslo.log (>= 2.0.0),
-                     python-oslo.messaging (>= 4.5.0),
+                     python-oslo.messaging (>= 5.2.0),
                      python-oslo.middleware (>= 3.0.0),
-                     python-oslo.policy (>= 0.5.0),
+                     python-oslo.policy (>= 1.9.0),
                      python-oslo.reports (>= 0.6.0),
                      python-oslo.rootwrap (>= 2.0.0),
                      python-oslo.serialization (>= 2.0.0),
                      python-oslo.service (>= 1.10.0),
-                     python-oslo.utils (>= 3.5.0),
-                     python-oslo.versionedobjects (>= 1.5.0),
+                     python-oslo.utils (>= 3.14.0),
+                     python-oslo.versionedobjects (>= 1.9.1),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
                      python-osprofiler (>= 1.3.0),
@@ -62,13 +63,14 @@ Build-Depends-Indep: alembic (>= 0.8.4),
                      python-pymysql,
                      python-pyudev,
                      python-requests (>= 2.10.0),
-                     python-requests-mock (>= 0.7.0),
+                     python-requests-mock (>= 1.0),
                      python-retrying,
                      python-routes,
-                     python-ryu (>= 3.30),
+                     python-ryu (>= 4.4),
                      python-six (>= 1.9.0),
                      python-sqlalchemy (>= 1.0.12),
                      python-stevedore (>= 1.10.0),
+                     python-tempest (>= 1:12.1.0),
                      python-testresources,
                      python-testscenarios,
                      python-testtools (>= 1.4.0),
@@ -76,6 +78,7 @@ Build-Depends-Indep: alembic (>= 0.8.4),
                      python-webob,
                      python-webtest,
                      subunit,
+                     tempest (>= 1:12.1.0),
                      testrepository,
 Standards-Version: 3.9.8
 Homepage: http://neutron.openstack.org/
@@ -96,30 +99,31 @@ Depends: alembic (>= 0.8.4),
          python-greenlet,
          python-httplib2,
          python-jinja2 (>= 2.8),
-         python-keystoneauth1 (>= 2.1.0),
+         python-keystoneauth1 (>= 2.7.0),
          python-keystonemiddleware (>= 4.0.0),
          python-mysqldb,
          python-netaddr (>= 0.7.12),
          python-netifaces (>= 0.10.4),
-         python-neutronclient (>= 1:4.2.0),
          python-neutron-lib (>= 0.2.0),
+         python-neutronclient (>= 1:4.2.0),
          python-novaclient (>= 2:2.30.1),
          python-openvswitch,
+         python-oslo.cache (>= 1.5.0),
          python-oslo.concurrency (>= 3.8.0),
-         python-oslo.config (>= 1:3.9.0),
-         python-oslo.context (>= 2.2.0),
+         python-oslo.config (>= 1:3.10.0),
+         python-oslo.context (>= 2.4.0),
          python-oslo.db (>= 4.1.0),
          python-oslo.i18n (>= 2.1.0),
          python-oslo.log (>= 2.0.0),
-         python-oslo.messaging (>= 4.5.0),
+         python-oslo.messaging (>= 5.2.0),
          python-oslo.middleware (>= 3.0.0),
-         python-oslo.policy (>= 0.5.0),
+         python-oslo.policy (>= 1.9.0),
          python-oslo.reports (>= 0.6.0),
          python-oslo.rootwrap (>= 2.0.0),
          python-oslo.serialization (>= 2.0.0),
          python-oslo.service (>= 1.10.0),
-         python-oslo.utils (>= 3.5.0),
-         python-oslo.versionedobjects (>= 1.5.0),
+         python-oslo.utils (>= 3.14.0),
+         python-oslo.versionedobjects (>= 1.9.1),
          python-osprofiler (>= 1.3.0),
          python-paste,
          python-pastedeploy,
@@ -131,7 +135,7 @@ Depends: alembic (>= 0.8.4),
          python-requests (>= 2.10.0),
          python-retrying,
          python-routes,
-         python-ryu (>= 3.30),
+         python-ryu (>= 4.4),
          python-six (>= 1.9.0),
          python-sqlalchemy (>= 1.0.12),
          python-stevedore (>= 1.10.0),