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

This commit is contained in:
Corey Bryant 2016-05-23 15:25:00 -04:00
parent 3de92cebcf
commit b47585231f
2 changed files with 4 additions and 7 deletions

1
debian/changelog vendored
View File

@ -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 <corey.bryant@canonical.com> Mon, 23 May 2016 15:23:07 -0400

10
debian/control vendored
View File

@ -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,