Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand 2016-01-16 06:16:30 +00:00
parent 34893bf72f
commit e7489bca39
2 changed files with 7 additions and 4 deletions

1
debian/changelog vendored
View File

@ -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 <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000

10
debian/control vendored
View File

@ -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,