Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2016-07-11 16:29:11 +02:00
parent b81c4eb72b
commit b36955f26c
2 changed files with 27 additions and 18 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ python-cinderclient (1:1.8.0-1) experimental; urgency=medium
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jul 2016 16:23:17 +0200

44
debian/control vendored
View File

@@ -6,7 +6,7 @@ Uploaders: Corey Bryant <corey.bryant@canonical.com>,
Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
openstack-pkg-tools (>= 52~),
python-all,
python-pbr (>= 1.6),
python-setuptools,
@@ -14,36 +14,42 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-pbr (>= 1.6),
python3-setuptools,
Build-Depends-Indep: python-babel,
Build-Depends-Indep: python-babel (>= 2.3.4),
python-coverage,
python-ddt (>= 1.0.1),
python-fixtures (>= 1.3.1),
python-hacking (>= 0.8.0),
python-keystoneclient (>= 1:1.6.0),
python-keystoneclient (>= 1:1.7.0),
python-mock (>= 1.3),
python-os-testr (>= 0.4.1),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.5.0),
python-oslosphinx (>= 2.5.0),
python-prettytable,
python-requests (>= 2.8.1),
python-requests (>= 2.10.0),
python-requests-mock (>= 0.7.0),
python-simplejson,
python-six (>= 1.9.0),
python-tempest-lib (>= 0.14.0),
python-testtools (>= 1.4.0),
python-unittest2,
python-oslo.utils (>= 3.5.0),
python3-babel,
python3-babel (>= 2.3.4),
python3-ddt (>= 1.0.1),
python3-fixtures (>= 1.3.1),
python3-keystoneclient (>= 1:1.6.0),
python3-keystoneclient (>= 1:1.7.0),
python3-mock (>= 1.3),
python3-os-testr (>= 0.4.1),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.5.0),
python3-prettytable,
python3-requests (>= 2.8.1),
python3-requests (>= 2.10.0),
python3-requests-mock (>= 0.7.0),
python3-simplejson,
python3-six (>= 1.9.0),
python3-subunit,
python3-tempest-lib (>= 0.14.0),
python3-testtools (>= 1.4.0),
python3-oslo.utils (>= 3.5.0),
subunit,
tempest (>= 1:12.0.0),
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-cinderclient.git/
@@ -53,14 +59,15 @@ XS-Testsuite: autopkgtest
Package: python-cinderclient
Architecture: all
Depends: python-babel,
python-keystoneclient (>= 1:1.6.0),
Depends: python-babel (>= 2.3.4),
python-keystoneclient (>= 1:1.7.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.5.0),
python-pbr (>= 1.6),
python-prettytable,
python-requests (>= 2.8.1),
python-requests (>= 2.10.0),
python-simplejson,
python-six (>= 1.9.0),
python-oslo.utils (>= 3.5.0),
${misc:Depends},
${python:Depends},
Provides: ${python:Provides},
@@ -79,14 +86,15 @@ Description: Python bindings to the OpenStack Volume API - Python 2.x
Package: python3-cinderclient
Architecture: all
Depends: python3-babel,
python3-keystoneclient (>= 1:1.6.0),
Depends: python3-babel (>= 2.3.4),
python3-keystoneclient (>= 1:1.7.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.5.0),
python3-pbr (>= 1.6),
python3-prettytable,
python3-requests (>= 2.8.1),
python3-requests (>= 2.10.0),
python3-simplejson,
python3-six (>= 1.9.0),
python3-oslo.utils (>= 3.5.0),
${misc:Depends},
${python3:Depends},
Provides: ${python:Provides},