From 8758da1b7cf8f05f38dac86bfde7d27f708a153d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 29 Jul 2015 23:23:04 +0000 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7be5a16..9aa4fc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 29 Jul 2015 23:15:40 +0000 diff --git a/debian/control b/debian/control index f6278c0..a5a2d80 100644 --- a/debian/control +++ b/debian/control @@ -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},