]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fixed (build-)depends for this release.
authorThomas Goirand <zigo@debian.org>
Fri, 29 Jan 2016 03:13:17 +0000 (11:13 +0800)
committerThomas Goirand <zigo@debian.org>
Fri, 29 Jan 2016 03:13:17 +0000 (11:13 +0800)
Rewritten-From: 6129d703e70a5fb21621bcead15a4c257c44a5cf

trusty/debian/changelog
trusty/debian/control

index 51b9f3d97492121974e2abc1ca02f299df160c5e..198a8af079e68e447bc1f4f86fe2d4f5f956ab52 100644 (file)
@@ -1,6 +1,7 @@
 neutron-lbaas (1:8.0.0~b2-1) experimental; urgency=medium
 
   * New upstream release.
+  * Fixed (build-)depends for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Fri, 29 Jan 2016 11:03:24 +0800
 
index d05fb31dd7218234835461ea35d04ff09a0ebdb3..c231a85ec1d19cad977d524197e0d56cde6390a1 100644 (file)
@@ -18,36 +18,37 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-eventlet (>= 0.17.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-openssl (>= 0.14),
                      python-oslo.concurrency (>= 2.3.0),
-                     python-oslo.config (>= 1:2.3.3),
-                     python-oslo.db (>= 2.4.1),
-                     python-oslo.log (>= 1.8.0),
-                     python-oslo.messaging (>= 1.16.0),
-                     python-oslo.serialization (>= 1.4.0),
-                     python-oslo.service (>= 0.8.0),
-                     python-oslo.utils (>= 2.0.0),
+                     python-oslo.config (>= 1:3.2.0),
+                     python-oslo.db (>= 4.1.0),
+                     python-oslo.log (>= 1.14.0),
+                     python-oslo.messaging (>= 2.6.1),
+                     python-oslo.serialization (>= 1.10.0),
+                     python-oslo.service (>= 1.0.0),
+                     python-oslo.utils (>= 3.2.0),
                      python-oslosphinx (>= 2.5.0),
+                     python-oslotest (>= 1.10.0),
                      python-psycopg2,
                      python-pyasn1,
                      python-pyasn1-modules,
-                     python-requests (>= 2.5.2),
-                     python-requests-mock (>= 0.6.0),
+                     python-requests (>= 2.8.1),
+                     python-requests-mock (>= 0.7.0),
                      python-six (>= 1.9.0),
                      python-stevedore (>= 1.5.0),
-                     python-sqlalchemy (>= 0.9.9),
-                     python-tempest-lib (>= 0.8.0),
+                     python-sqlalchemy (>= 1.0.10),
+                     python-tempest-lib (>= 0.13.0),
                      python-testscenarios,
                      python-testtools (>= 1.4.0),
                      python-webob,
                      python-webtest,
                      subunit,
                      testrepository,
-#                     python-oslotest (>= 1.5.1),
 Standards-Version: 3.9.6
 Homepage: http://github.com/openstack/neutron-lbaas
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/neutron-lbaas.git;a=summary
@@ -59,23 +60,24 @@ Section: python
 Depends: alembic (>= 0.8.0),
          python-barbicanclient (>= 3.3.0),
          python-eventlet (>= 0.17.4),
+         python-keystoneauth1 (>= 2.1.0),
          python-netaddr (>= 0.7.12),
          python-neutron (>= 1:7.0.0~rc1),
          python-openssl (>= 0.14),
-         python-oslo.config (>= 1:2.3.0),
-         python-oslo.db (>= 2.4.1),
-         python-oslo.log (>= 1.8.0),
-         python-oslo.messaging (>= 1.16.0),
-         python-oslo.serialization (>= 1.4.0),
-         python-oslo.service (>= 0.8.0),
-         python-oslo.utils (>= 2.0.0),
+         python-oslo.config (>= 1:3.2.0),
+         python-oslo.db (>= 4.1.0),
+         python-oslo.log (>= 1.14.0),
+         python-oslo.messaging (>= 2.6.1),
+         python-oslo.serialization (>= 1.10.0),
+         python-oslo.service (>= 1.0.0),
+         python-oslo.utils (>= 3.2.0),
          python-pbr (>= 1.8),
          python-pyasn1,
          python-pyasn1-modules,
-         python-requests (>= 2.5.2),
+         python-requests (>= 2.8.1),
          python-six (>= 1.9.0),
          python-stevedore (>= 1.5.0),
-         python-sqlalchemy (>= 0.9.9),
+         python-sqlalchemy (>= 1.0.10),
          ${misc:Depends},
          ${python:Depends},
 Recommends: iputils-arping