From 8f48eabddf2525483be5d4b4614f9deaf820a3ec Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 13 Jul 2016 10:51:34 +0200 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36964b7..bc3dff9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-senlinclient (0.5.0-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Wed, 13 Jul 2016 10:46:38 +0200 diff --git a/debian/control b/debian/control index cca7dc9..e49749b 100644 --- a/debian/control +++ b/debian/control @@ -16,42 +16,42 @@ Build-Depends: debhelper (>= 9), python3-pbr (>= 1.8), python3-setuptools, Build-Depends-Indep: git, - python-babel, + python-babel (>= 2.3.4), python-cliff (>= 1.15.0), python-coverage, - python-fixtures (>= 1.3.1), + python-fixtures (>= 3.0.0), python-hacking, - python-heatclient (>= 0.6.0), - python-mock (>= 1.3), + python-heatclient (>= 1.1.0), + python-mock (>= 2.0), python-mox3 (>= 0.7.0), - python-openstacksdk, + python-openstacksdk (>= 0.8.6), python-openstackclient (>= 2.1.0), python-oslo.i18n (>= 2.1.0), python-oslo.serialization (>= 1.10.0), - python-oslo.utils (>= 3.5.0), + python-oslo.utils (>= 3.11.0), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.10.0), python-prettytable, - python-requests (>= 2.8.1), + python-requests (>= 2.10.0), python-requests-mock (>= 0.7.0), python-six (>= 1.9.0), python-testscenarios, python-testtools (>= 1.4.0), python-yaml, - python3-babel, + python3-babel (>= 2.3.4), python3-cliff (>= 1.15.0), - python3-fixtures (>= 1.3.1), - python3-heatclient (>= 0.6.0), - python3-mock (>= 1.3), + python3-fixtures (>= 3.0.0), + python3-heatclient (>= 1.1.0), + python3-mock (>= 2.0), python3-mox3 (>= 0.7.0), - python3-openstacksdk, + python3-openstacksdk (>= 0.8.6), python3-openstackclient (>= 2.1.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.serialization (>= 1.10.0), - python3-oslo.utils (>= 3.5.0), + python3-oslo.utils (>= 3.11.0), python3-oslotest (>= 1.10.0), python3-prettytable, - python3-requests (>= 2.8.1), + python3-requests (>= 2.10.0), python3-requests-mock (>= 0.7.0), python3-six (>= 1.9.0), python3-subunit, @@ -67,17 +67,17 @@ Homepage: https://github.com/openstack/python-senlinclient Package: python-senlinclient Architecture: all -Depends: python-babel, +Depends: python-babel (>= 2.3.4), python-cliff (>= 1.15.0), - python-heatclient (>= 0.6.0), - python-openstacksdk, + python-heatclient (>= 1.1.0), + python-openstacksdk (>= 0.8.6), python-openstackclient (>= 2.1.0), python-oslo.i18n (>= 1.5.0), python-oslo.serialization (>= 1.10.0), - python-oslo.utils (>= 3.5.0), + python-oslo.utils (>= 3.11.0), python-pbr (>= 1.8), python-prettytable, - python-requests (>= 2.8.1), + python-requests (>= 2.10.0), python-six (>= 1.9.0), python-yaml, ${misc:Depends}, @@ -92,17 +92,17 @@ Description: OpenStack Clustering API Client Library - Python 2.7 Package: python3-senlinclient Architecture: all -Depends: python3-babel, +Depends: python3-babel (>= 2.3.4), python3-cliff (>= 1.15.0), - python3-heatclient (>= 0.6.0), - python3-openstacksdk, + python3-heatclient (>= 1.1.0), + python3-openstacksdk (>= 0.8.6), python3-openstackclient (>= 2.1.0), python3-oslo.i18n (>= 1.5.0), python3-oslo.serialization (>= 1.10.0), - python3-oslo.utils (>= 3.5.0), + python3-oslo.utils (>= 3.11.0), python3-pbr (>= 1.8), python3-prettytable, - python3-requests (>= 2.8.1), + python3-requests (>= 2.10.0), python3-six (>= 1.9.0), python3-yaml, ${misc:Depends},