From e7489bca399fda2a557890208110041dc77b43df Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 16 Jan 2016 06:16:30 +0000 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7cc18fd..4290f2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-os-client-config (1.14.0-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Sat, 16 Jan 2016 06:14:32 +0000 diff --git a/debian/control b/debian/control index 36f5b90..8282c52 100644 --- a/debian/control +++ b/debian/control @@ -21,11 +21,12 @@ Build-Depends-Indep: python-appdirs, python-glanceclient (>= 0.18.0), python-hacking, python-jsonschema, - python-keystoneauth1 (>= 1.0.0), + python-keystoneauth1 (>= 2.1.0), python-keystoneclient (>= 1:1.1.0), python-mock (>= 1.3), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.5.1), + python-reno, python-requestsexceptions (>= 1.1.1), python-testscenarios, python-testtools, @@ -34,10 +35,11 @@ Build-Depends-Indep: python-appdirs, python3-fixtures, python3-glanceclient (>= 0.18.0), python3-jsonschema, - python3-keystoneauth1 (>= 1.0.0), + python3-keystoneauth1 (>= 2.1.0), python3-keystoneclient (>= 1:1.1.0), python3-mock (>= 1.3), python3-oslotest (>= 1.5.1), + python3-reno, python3-requestsexceptions (>= 1.1.1), python3-subunit, python3-testscenarios, @@ -52,7 +54,7 @@ Homepage: http://github.com/stackforge/os-client-config Package: python-os-client-config Architecture: all -Depends: python-keystoneauth1 (>= 1.0.0), +Depends: python-keystoneauth1 (>= 2.1.0), python-pbr, python-requestsexceptions (>= 1.1.1), python-yaml, @@ -78,7 +80,7 @@ Description: OpenStack client configuation library - Python 2.x Package: python3-os-client-config Architecture: all -Depends: python3-keystoneauth1 (>= 1.0.0), +Depends: python3-keystoneauth1 (>= 2.1.0), python3-pbr, python3-requestsexceptions (>= 1.1.1), python3-yaml,