d/control: Align (Build-)Depends with upstream.

This commit is contained in:
Corey Bryant 2016-06-06 09:46:00 -04:00
parent efaa80e632
commit f65f51e2db
2 changed files with 8 additions and 7 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ python-os-testr (0.7.0-1) UNRELEASED; urgency=medium
[ Corey Bryant ]
* New upstream release.
* d/gbp.conf: Update branch for Newton.
* d/control: Align (Build-)Depends with upstream.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 06 Jun 2016 09:42:32 -0400

14
debian/control vendored
View File

@ -15,18 +15,18 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-babel (>= 1.3),
Build-Depends-Indep: python-babel (>= 2.3.4),
python-coverage (>= 3.6),
python-ddt,
python-hacking,
python-oslosphinx (>= 2.2.0),
python-oslotest (>= 1.2.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.10.0),
python-six (>= 1.9.0),
python-testscenarios (>= 0.4),
python-testtools (>= 1.4.0),
python3-babel (>= 1.3),
python3-babel (>= 2.3.4),
python3-ddt,
python3-oslotest (>= 1.2.0),
python3-oslotest (>= 1.10.0),
python3-six (>= 1.9.0),
python3-testscenarios (>= 0.4),
python3-testtools (>= 1.4.0),
@ -40,7 +40,7 @@ XS-Testsuite: autopkgtest
Package: python-os-testr
Architecture: all
Depends: python-babel (>= 1.3),
Depends: python-babel (>= 2.3.4),
python-pbr (>= 1.8),
python-testtools (>= 1.4.0),
python-testrepository (>= 0.0.18),
@ -58,7 +58,7 @@ Description: Utility wrappers for testrepository for OpenStack projects - Python
Package: python3-os-testr
Architecture: all
Depends: python3-babel (>= 1.3),
Depends: python3-babel (>= 2.3.4),
python3-pbr (>= 1.8),
python3-subunit (>= 0.0.18),
python3-testrepository (>= 0.0.18),