Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2015-07-29 23:23:04 +00:00
parent ccbb375b7e
commit 8758da1b7c
2 changed files with 21 additions and 20 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
python-tempest-lib (0.7.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Wed, 29 Jul 2015 23:15:40 +0000

40
debian/control vendored
View File

@@ -7,45 +7,45 @@ Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr,
python-pbr (>= 1.3),
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-pbr (>= 1.3),
python3-setuptools,
Build-Depends-Indep: python-babel,
python-coverage,
python-ddt,
python-fixtures,
python-ddt (>= 1.0.0),
python-fixtures (>= 1.3.1),
python-hacking,
python-httplib2,
python-iso8601,
python-jsonschema,
python-mock,
python-mock (>= 1.3.0),
python-os-testr (>= 0.1.0),
python-oslo.log (>= 1.0.0),
python-oslo.log (>= 1.6.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.5.1),
python-oslotest (>= 1.7.0),
python-paramiko (>= 1.13.0),
python-six (>= 1.9.0),
python-testresources,
python-testscenarios,
python-testtools,
python-testtools (>= 1.4.0),
python3-babel,
python3-ddt,
python3-fixtures,
python3-ddt (>= 1.0.0),
python3-fixtures (>= 1.3.1),
python3-httplib2,
python3-iso8601,
python3-jsonschema,
python3-mock,
python3-mock (>= 1.3.0),
python3-os-testr (>= 0.1.0),
python3-oslo.log (>= 1.0.0),
python3-oslotest (>= 1.5.1),
python3-oslo.log (>= 1.6.0),
python3-oslotest (>= 1.7.0),
python3-paramiko (>= 1.13.0),
python3-six (>= 1.9.0),
python3-subunit,
python3-testscenarios,
python3-testtools,
python3-testtools (>= 1.4.0),
subunit,
testrepository,
Standards-Version: 3.9.6
@@ -56,13 +56,13 @@ Homepage: http://www.openstack.org/
Package: python-tempest-lib
Architecture: all
Depends: python-babel,
python-fixtures,
python-fixtures (>= 1.3.1),
python-httplib2,
python-iso8601,
python-jsonschema,
python-os-testr (>= 0.1.0),
python-oslo.log (>= 1.0.0),
python-pbr,
python-oslo.log (>= 1.6.0),
python-pbr (>= 1.3),
python-six (>= 1.9.0),
${misc:Depends},
${python:Depends},
@@ -77,12 +77,12 @@ Package: python3-tempest-lib
Architecture: all
Depends: python-os-testr (>= 0.1.0),
python3-babel,
python3-fixtures,
python3-fixtures (>= 1.3.1),
python3-httplib2,
python3-iso8601,
python3-jsonschema,
python3-oslo.log (>= 1.0.0),
python3-pbr,
python3-oslo.log (>= 1.6.0),
python3-pbr (>= 1.3),
python3-six (>= 1.9.0),
${misc:Depends},
${python3:Depends},