]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fixed (build-)depends for this release.
authorThomas Goirand <zigo@debian.org>
Sat, 18 Jun 2016 13:50:21 +0000 (15:50 +0200)
committerThomas Goirand <zigo@debian.org>
Sat, 18 Jun 2016 13:50:21 +0000 (15:50 +0200)
Rewritten-From: dfcf5cbbaaa8d990b77b2f10f5f0ec77e008684f

xenial/debian/changelog
xenial/debian/control

index bf1fcf97a72e45ab600ad46ff7326c93ae277818..ebaedf3f265548346c2e1550e938c98ceb15378b 100644 (file)
@@ -6,6 +6,7 @@ neutron-lbaas (1:9.0.0~b1-1) experimental; urgency=medium
 
   [ Thomas Goirand ]
   * New upstream release.
+  * Fixed (build-)depends for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Sat, 18 Jun 2016 15:45:22 +0200
 
index 4639cc233478e6dfead751e1176a205d3447da99..10d6a7369cab7fc015bdedd6d2d71f446dcb1f13 100644 (file)
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9),
                python-pbr (>= 1.8),
                python-setuptools,
                python-sphinx,
-Build-Depends-Indep: alembic (>= 0.8.0),
-                     python-barbicanclient (>= 3.3.0),
+Build-Depends-Indep: alembic (>= 0.8.4),
+                     python-barbicanclient (>= 4.0.0),
                      python-coverage,
                      python-eventlet (>= 0.18.4),
                      python-fixtures (>= 1.3.1),
@@ -23,15 +23,16 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-mysqldb,
                      python-netaddr (>= 0.7.12),
                      python-neutron (>= 1:8.0.0~rc1),
-                     python-neutron-lib,
+                     python-neutron-lib (>= 0.1.0),
                      python-openssl (>= 0.14),
                      python-oslo.concurrency (>= 3.5.0),
-                     python-oslo.config (>= 1:3.7.0),
+                     python-oslo.config (>= 1:3.9.0),
                      python-oslo.db (>= 4.1.0),
                      python-oslo.log (>= 1.14.0),
-                     python-oslo.messaging (>= 4.0.0),
+                     python-oslo.messaging (>= 4.5.0),
+                     python-oslo.reports (>= 0.6.0),
                      python-oslo.serialization (>= 1.10.0),
-                     python-oslo.service (>= 1.0.0),
+                     python-oslo.service (>= 1.10.0),
                      python-oslo.utils (>= 3.5.0),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
@@ -39,10 +40,10 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-pyasn1,
                      python-pyasn1-modules,
                      python-pymysql,
-                     python-requests (>= 2.8.1),
+                     python-requests (>= 2.10.0),
                      python-requests-mock (>= 0.7.0),
                      python-six (>= 1.9.0),
-                     python-stevedore (>= 1.5.0),
+                     python-stevedore (>= 1.10.0),
                      python-sqlalchemy (>= 1.0.10),
                      python-tempest-lib (>= 0.14.0),
                      python-testresources,
@@ -51,6 +52,7 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-webob,
                      python-webtest,
                      subunit,
+                     tempest (>= 1:11.0.0),
                      testrepository,
 Standards-Version: 3.9.8
 Homepage: https://github.com/openstack/neutron-lbaas
@@ -60,28 +62,29 @@ Vcs-Git: https://anonscm.debian.org/git/openstack/neutron-lbaas.git
 Package: python-neutron-lbaas
 Architecture: all
 Section: python
-Depends: alembic (>= 0.8.0),
-         python-barbicanclient (>= 3.3.0),
+Depends: alembic (>= 0.8.4),
+         python-barbicanclient (>= 4.0.0),
          python-eventlet (>= 0.18.4),
          python-keystoneauth1 (>= 2.1.0),
          python-netaddr (>= 0.7.12),
          python-neutron (>= 1:8.0.0~rc1),
-         python-neutron-lib,
+         python-neutron-lib (>= 0.1.0),
          python-openssl (>= 0.14),
-         python-oslo.config (>= 1:3.7.0),
+         python-oslo.config (>= 1:3.9.0),
          python-oslo.db (>= 4.1.0),
          python-oslo.log (>= 1.14.0),
-         python-oslo.messaging (>= 4.0.0),
+         python-oslo.messaging (>= 4.5.0),
+         python-oslo.reports (>= 0.6.0),
          python-oslo.serialization (>= 1.10.0),
-         python-oslo.service (>= 1.0.0),
+         python-oslo.service (>= 1.10.0),
          python-oslo.utils (>= 3.5.0),
          python-pbr (>= 1.8),
          python-pyasn1,
          python-pyasn1-modules,
          python-pymysql,
-         python-requests (>= 2.8.1),
+         python-requests (>= 2.10.0),
          python-six (>= 1.9.0),
-         python-stevedore (>= 1.5.0),
+         python-stevedore (>= 1.10.0),
          python-sqlalchemy (>= 1.0.10),
          ${misc:Depends},
          ${python:Depends},