From f65f51e2dbf41022585b38146162f588625f8d60 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 6 Jun 2016 09:46:00 -0400 Subject: [PATCH] d/control: Align (Build-)Depends with upstream. --- debian/changelog | 1 + debian/control | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 253b2d8..12413d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 06 Jun 2016 09:42:32 -0400 diff --git a/debian/control b/debian/control index 3d15dcf..ef4cafc 100644 --- a/debian/control +++ b/debian/control @@ -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),