Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2016-03-21 11:40:25 +01:00
parent 2c6f77b1f5
commit 71807dfc36
2 changed files with 13 additions and 12 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ python-cinderclient (1:1.6.0-1) experimental; urgency=medium
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 21 Mar 2016 11:35:45 +0100

24
debian/control vendored
View File

@@ -22,27 +22,27 @@ Build-Depends-Indep: python-babel,
python-mock (>= 1.3),
python-oslosphinx (>= 2.5.0),
python-prettytable,
python-requests (>= 2.5.2),
python-requests-mock (>= 0.6.0),
python-requests (>= 2.8.1),
python-requests-mock (>= 0.7.0),
python-simplejson,
python-six (>= 1.9.0),
python-tempest-lib (>= 0.10.0),
python-tempest-lib (>= 0.14.0),
python-testtools (>= 1.4.0),
python-unittest2,
python-oslo.utils (>= 2.8.0),
python-oslo.utils (>= 3.5.0),
python3-babel,
python3-fixtures (>= 1.3.1),
python3-keystoneclient (>= 1:1.6.0),
python3-mock (>= 1.3),
python3-prettytable,
python3-requests (>= 2.5.2),
python3-requests-mock (>= 0.6.0),
python3-requests (>= 2.8.1),
python3-requests-mock (>= 0.7.0),
python3-simplejson,
python3-six (>= 1.9.0),
python3-subunit,
python3-tempest-lib (>= 0.10.0),
python3-tempest-lib (>= 0.14.0),
python3-testtools (>= 1.4.0),
python3-oslo.utils (>= 2.8.0),
python3-oslo.utils (>= 3.5.0),
subunit,
testrepository,
Standards-Version: 3.9.6
@@ -57,10 +57,10 @@ Depends: python-babel,
python-keystoneclient (>= 1:1.6.0),
python-pbr (>= 1.6),
python-prettytable,
python-requests (>= 2.5.2),
python-requests (>= 2.8.1),
python-simplejson,
python-six (>= 1.9.0),
python-oslo.utils (>= 2.8.0),
python-oslo.utils (>= 3.5.0),
${misc:Depends},
${python:Depends},
Provides: ${python:Provides},
@@ -83,10 +83,10 @@ Depends: python3-babel,
python3-keystoneclient (>= 1:1.6.0),
python3-pbr (>= 1.6),
python3-prettytable,
python3-requests (>= 2.5.2),
python3-requests (>= 2.8.1),
python3-simplejson,
python3-six (>= 1.9.0),
python3-oslo.utils (>= 2.8.0),
python3-oslo.utils (>= 3.5.0),
${misc:Depends},
${python3:Depends},
Provides: ${python:Provides},