From e0daf45b4085e7ea9ff9e25dccaf0331c9b72475 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 28 Aug 2018 14:15:03 +0200 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 36 +++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 360ecab5..eb775baf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ octavia (3.0.0~rc3-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Tue, 28 Aug 2018 14:09:08 +0200 diff --git a/debian/control b/debian/control index e2979c16..db9f6599 100644 --- a/debian/control +++ b/debian/control @@ -18,28 +18,29 @@ Build-Depends-Indep: alembic (>= 0.8.10), python3-babel, python3-bandit, - python3-barbicanclient, + python3-barbicanclient (>= 4.5.2), python3-castellan (>= 0.16.0), python3-cotyledon (>= 1.3.0), python3-coverage, - python3-cryptography (>= 1.9), + python3-cryptography (>= 2.1), python3-diskimage-builder (>= 1.1.2), + python3-distro (>= 1.2.), python3-flask, python3-futurist (>= 1.2.0), python3-glanceclient (>= 1:2.8.0), python3-graphviz, python3-gunicorn, python3-hacking, - python3-jinja2, - python3-keystoneauth1 (>= 3.3.0), + python3-jinja2 (>= 2.10), + python3-keystoneauth1 (>= 3.4.0), python3-keystonemiddleware (>= 4.17.0), python3-mock, python3-netifaces, - python3-neutronclient (>= 1:6.3.0), + python3-neutronclient (>= 1:6.7.0), python3-novaclient (>= 2:9.1.0), - python3-openssl, + python3-openssl (>= 17.1.0), python3-openstackdocstheme (>= 1.18.1), - python3-oslo.config (>= 1:5.1.0), + python3-oslo.config (>= 1:5.2.0), python3-oslo.context (>= 2.19.2), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), @@ -48,6 +49,7 @@ Build-Depends-Indep: python3-oslo.middleware (>= 3.31.0), python3-oslo.policy (>= 1.30.0), python3-oslo.reports (>= 1.18.0), + python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 3.2.0), python3-pecan, @@ -58,7 +60,7 @@ Build-Depends-Indep: python3-pymysql, python3-pyroute2 (>= 0.4.21), python3-requests (>= 2.14.2), - python3-requests-mock (>= 1.1.0), + python3-requests-mock (>= 1.2.0), python3-rfc3986, python3-sadisplay, python3-six, @@ -71,6 +73,7 @@ Build-Depends-Indep: python3-subunit, python3-taskflow (>= 2.16.0), python3-tempest (>= 17.1.0), + python3-tenacity (>= 4.9.0), python3-testrepository, python3-testresources (>= 2.0.0), python3-testscenarios, @@ -237,23 +240,24 @@ Architecture: all Depends: alembic (>= 0.8.10), python3-babel, - python3-barbicanclient, + python3-barbicanclient (>= 4.5.2), python3-castellan (>= 0.16.0), python3-cotyledon (>= 1.3.0), - python3-cryptography (>= 1.9), + python3-cryptography (>= 2.1), python3-diskimage-builder (>= 1.1.2), + python3-distro (>= 1.2.), python3-flask, python3-futurist (>= 1.2.0), python3-glanceclient (>= 1:2.8.0), python3-gunicorn, - python3-jinja2, - python3-keystoneauth1 (>= 3.3.0), + python3-jinja2 (>= 2.10), + python3-keystoneauth1 (>= 3.4.0), python3-keystonemiddleware (>= 4.17.0), python3-netifaces, - python3-neutronclient (>= 1:6.3.0), + python3-neutronclient (>= 1:6.7.0), python3-novaclient (>= 2:9.1.0), - python3-openssl, - python3-oslo.config (>= 1:5.1.0), + python3-openssl (>= 17.1.0), + python3-oslo.config (>= 1:5.2.0), python3-oslo.context (>= 2.19.2), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), @@ -262,6 +266,7 @@ Depends: python3-oslo.middleware (>= 3.31.0), python3-oslo.policy (>= 1.30.0), python3-oslo.reports (>= 1.18.0), + python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-pecan, python3-pyasn1, @@ -274,6 +279,7 @@ Depends: python3-sqlalchemy, python3-stevedore (>= 1.20.0), python3-taskflow (>= 2.16.0), + python3-tenacity (>= 4.9.0), python3-webob (>= 1.7.1), python3-wsme, ${misc:Depends}, -- 2.20.1