]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fixed (build-)depends for this release.
authorThomas Goirand <zigo@debian.org>
Wed, 30 Sep 2015 11:37:38 +0000 (13:37 +0200)
committerThomas Goirand <zigo@debian.org>
Wed, 30 Sep 2015 11:37:38 +0000 (13:37 +0200)
Rewritten-From: a68fc8f015c6e7e12533d11f9e7e205a95971498

trusty/debian/changelog
trusty/debian/control

index 6133eb753659683557115619ce0936104a7244eb..4b9ac036df472c011b9b2b9af7f0839b08d8a795 100644 (file)
@@ -1,6 +1,7 @@
 neutron-lbaas (1:7.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
+  * Fixed (build-)depends for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 30 Sep 2015 10:05:31 +0200
 
index 9ce8fbaffefe6be643257c60adfbecdbffd8110d..d05fb31dd7218234835461ea35d04ff09a0ebdb3 100644 (file)
@@ -9,44 +9,45 @@ Build-Depends: debhelper (>= 9),
                openstack-pkg-tools (>= 23~),
                po-debconf,
                python-all,
-               python-pbr,
+               python-pbr (>= 1.8),
                python-setuptools,
                python-sphinx,
-Build-Depends-Indep: alembic (>= 0.7.2),
-                     python-barbicanclient (>= 3.0.1),
-                     python-cliff (>= 1.10.0),
+Build-Depends-Indep: alembic (>= 0.8.0),
+                     python-barbicanclient (>= 3.3.0),
                      python-coverage,
-                     python-eventlet (>= 0.16.1),
-                     python-fixtures,
-                     python-hacking,
-                     python-mock,
+                     python-eventlet (>= 0.17.4),
+                     python-fixtures (>= 1.3.1),
+                     python-hacking (>= 0.10.0),
+                     python-mock (>= 1.3),
                      python-mysqldb,
-                     python-netaddr,
-                     python-neutron,
-                     python-openssl,
-                     python-oslo.concurrency (>= 1.8.0),
-                     python-oslo.config (>= 1:1.9.3),
-                     python-oslo.db (>= 1.7.0),
-                     python-oslo.log (>= 1.0.0),
-                     python-oslo.messaging (>= 1.8.0),
+                     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.utils (>= 1.4.0),
+                     python-oslo.service (>= 0.8.0),
+                     python-oslo.utils (>= 2.0.0),
                      python-oslosphinx (>= 2.5.0),
-                     python-oslotest (>= 1.5.1),
                      python-psycopg2,
                      python-pyasn1,
                      python-pyasn1-modules,
-                     python-requests,
+                     python-requests (>= 2.5.2),
                      python-requests-mock (>= 0.6.0),
                      python-six (>= 1.9.0),
-                     python-sqlalchemy,
-                     python-tempest-lib (>= 0.4.0),
+                     python-stevedore (>= 1.5.0),
+                     python-sqlalchemy (>= 0.9.9),
+                     python-tempest-lib (>= 0.8.0),
                      python-testscenarios,
-                     python-testtools,
+                     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
@@ -55,25 +56,26 @@ Vcs-Git: git://anonscm.debian.org/openstack/neutron-lbaas.git
 Package: python-neutron-lbaas
 Architecture: all
 Section: python
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: alembic (>= 0.7.2),
-         python-barbicanclient (>= 3.0.1),
-         python-eventlet (>= 0.16.1),
-         python-netaddr,
-         python-neutron,
-         python-openssl,
-         python-oslo.config (>= 1:1.9.3),
-         python-oslo.db (>= 1.7.0),
-         python-oslo.log (>= 1.0.0),
-         python-oslo.messaging (>= 1.8.0),
+Depends: alembic (>= 0.8.0),
+         python-barbicanclient (>= 3.3.0),
+         python-eventlet (>= 0.17.4),
+         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.utils (>= 1.4.0),
-         python-pbr,
+         python-oslo.service (>= 0.8.0),
+         python-oslo.utils (>= 2.0.0),
+         python-pbr (>= 1.8),
          python-pyasn1,
          python-pyasn1-modules,
-         python-requests,
+         python-requests (>= 2.5.2),
          python-six (>= 1.9.0),
-         python-sqlalchemy,
+         python-stevedore (>= 1.5.0),
+         python-sqlalchemy (>= 0.9.9),
          ${misc:Depends},
          ${python:Depends},
 Recommends: iputils-arping
@@ -88,7 +90,6 @@ Description: OpenStack virtual network service - Python library
 
 Package: neutron-lbaas-agent
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: adduser,
          debconf,
          lsb-base,