From b47585231f2b07daa96a0ff0e004816eed3186f5 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 23 May 2016 15:25:00 -0400 Subject: [PATCH] d/control: Align (Build-)Depends with upstream. --- debian/changelog | 1 + debian/control | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 332d5fb..50ff2b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-oslo.context (2.3.0-1) UNRELEASED; urgency=medium [ Corey Bryant ] * New upstream release. + * d/control: Align (Build-)Depends with upstream. -- Corey Bryant Mon, 23 May 2016 15:23:07 -0400 diff --git a/debian/control b/debian/control index 491af01..59fa1ae 100644 --- a/debian/control +++ b/debian/control @@ -14,12 +14,10 @@ Build-Depends: debhelper (>= 9~), python3-all, python3-pbr (>= 1.8), python3-setuptools, -Build-Depends-Indep: python-babel, - python-coverage, +Build-Depends-Indep: python-coverage, python-hacking (>= 0.10.0), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.10.0), - python3-babel, python3-oslotest (>= 1.10.0), subunit, testrepository, @@ -30,8 +28,7 @@ Homepage: https://github.com/openstack/oslo.context Package: python-oslo.context Architecture: all -Depends: python-babel, - python-pbr (>= 1.8), +Depends: python-pbr (>= 1.8), ${misc:Depends}, ${python:Depends}, Provides: python-oslo-context, @@ -46,8 +43,7 @@ Description: WSGI context helpers for OpenStack - Python 2.x Package: python3-oslo.context Architecture: all -Depends: python-babel, - python3-pbr (>= 1.8), +Depends: python3-pbr (>= 1.8), ${misc:Depends}, ${python:Depends}, Provides: python3-oslo-context,