]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fixed (build-)depends for this release.
authorThomas Goirand <zigo@debian.org>
Fri, 25 Mar 2016 12:29:55 +0000 (13:29 +0100)
committerThomas Goirand <zigo@debian.org>
Fri, 25 Mar 2016 12:29:55 +0000 (13:29 +0100)
Rewritten-From: 18bfe7d9ef1bc9144d89aba20968aacb0981b0db

trusty/debian/changelog
trusty/debian/control

index c6a35d1c3b77a19001d14b1b54da44eb9ee5d1d1..c66ff63b3e5a10c7fd6bd95d0d68d67ecf84c312 100644 (file)
@@ -6,6 +6,7 @@ neutron-lbaas (1:8.0.0~rc1-1) experimental; urgency=medium
 
   [ Thomas Goirand ]
   * New upstream release.
+  * Fixed (build-)depends for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Fri, 25 Mar 2016 13:25:39 +0100
 
index 588f968a98d687eae14dff975d45920eca4867ab..2275d89aef2f9c57e60ea2a0747d4a0412bddf42 100644 (file)
@@ -15,34 +15,37 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: alembic (>= 0.8.0),
                      python-barbicanclient (>= 3.3.0),
                      python-coverage,
-                     python-eventlet (>= 0.17.4),
+                     python-eventlet (>= 0.18.4),
                      python-fixtures (>= 1.3.1),
                      python-hacking (>= 0.10.0),
                      python-keystoneauth1 (>= 2.1.0),
                      python-mock (>= 1.3),
                      python-mysqldb,
                      python-netaddr (>= 0.7.12),
-                     python-neutron (>= 1:7.0.0~rc1),
+                     python-neutron (>= 1:8.0.0~rc1),
+                     python-neutron-lib,
                      python-openssl (>= 0.14),
-                     python-oslo.concurrency (>= 2.3.0),
-                     python-oslo.config (>= 1:3.2.0),
+                     python-oslo.concurrency (>= 3.5.0),
+                     python-oslo.config (>= 1:3.7.0),
                      python-oslo.db (>= 4.1.0),
                      python-oslo.log (>= 1.14.0),
-                     python-oslo.messaging (>= 2.6.1),
+                     python-oslo.messaging (>= 4.0.0),
                      python-oslo.serialization (>= 1.10.0),
                      python-oslo.service (>= 1.0.0),
-                     python-oslo.utils (>= 3.2.0),
+                     python-oslo.utils (>= 3.5.0),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
                      python-psycopg2,
                      python-pyasn1,
                      python-pyasn1-modules,
+                     python-pymysql,
                      python-requests (>= 2.8.1),
                      python-requests-mock (>= 0.7.0),
                      python-six (>= 1.9.0),
                      python-stevedore (>= 1.5.0),
                      python-sqlalchemy (>= 1.0.10),
-                     python-tempest-lib (>= 0.13.0),
+                     python-tempest-lib (>= 0.14.0),
+                     python-testresources,
                      python-testscenarios,
                      python-testtools (>= 1.4.0),
                      python-webob,
@@ -59,21 +62,23 @@ Architecture: all
 Section: python
 Depends: alembic (>= 0.8.0),
          python-barbicanclient (>= 3.3.0),
-         python-eventlet (>= 0.17.4),
+         python-eventlet (>= 0.18.4),
          python-keystoneauth1 (>= 2.1.0),
          python-netaddr (>= 0.7.12),
-         python-neutron (>= 1:7.0.0~rc1),
+         python-neutron (>= 1:8.0.0~rc1),
+         python-neutron-lib,
          python-openssl (>= 0.14),
-         python-oslo.config (>= 1:3.2.0),
+         python-oslo.config (>= 1:3.7.0),
          python-oslo.db (>= 4.1.0),
          python-oslo.log (>= 1.14.0),
-         python-oslo.messaging (>= 2.6.1),
+         python-oslo.messaging (>= 4.0.0),
          python-oslo.serialization (>= 1.10.0),
          python-oslo.service (>= 1.0.0),
-         python-oslo.utils (>= 3.2.0),
+         python-oslo.utils (>= 3.5.0),
          python-pbr (>= 1.8),
          python-pyasn1,
          python-pyasn1-modules,
+         python-pymysql,
          python-requests (>= 2.8.1),
          python-six (>= 1.9.0),
          python-stevedore (>= 1.5.0),