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

This commit is contained in:
Corey Bryant 2016-03-02 09:32:09 -05:00
parent 8cce9a3a71
commit c2f5f747a5
2 changed files with 4 additions and 11 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ python-gnocchiclient (2.2.0-1) UNRELEASED; urgency=medium
[ Corey Bryant ]
* New upstream release.
* d/control: Align (Build-)Depends with upstream.
-- Corey Bryant <corey.bryant@canonical.com> Wed, 02 Mar 2016 09:29:39 -0500

14
debian/control vendored
View File

@ -13,14 +13,12 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-babel (>= 1.3),
python-cliff (>= 1.14.0),
Build-Depends-Indep: python-cliff (>= 1.14.0),
python-coverage,
python-futurist,
python-hacking (>= 0.10.0),
python-keystoneauth1 (>= 1.0.0),
python-keystonemiddleware,
python-oslo.i18n (>= 1.5.0),
python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 2.0.0),
python-oslosphinx (>= 2.5.0),
@ -29,12 +27,10 @@ Build-Depends-Indep: python-babel (>= 1.3),
python-tempest-lib (>= 0.6.1),
python-testscenarios,
python-testtools (>= 1.4.0),
python3-babel (>= 1.3),
python3-cliff (>= 1.14.0),
python3-futurist,
python3-keystoneauth1 (>= 1.0.0),
python3-keystonemiddleware,
python3-oslo.i18n (>= 1.5.0),
python3-oslo.serialization (>= 1.4.0),
python3-oslo.utils (>= 2.0.0),
python3-oslotest (>= 1.10.0),
@ -52,11 +48,9 @@ Homepage: http://www.openstack.org/
Package: python-gnocchiclient
Architecture: all
Depends: python-babel (>= 1.3),
python-cliff (>= 1.14.0),
Depends: python-cliff (>= 1.14.0),
python-futurist,
python-keystoneauth1 (>= 1.0.0),
python-oslo.i18n (>= 1.5.0),
python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 2.0.0),
python-pbr (>= 1.8),
@ -77,11 +71,9 @@ Description: bindings to the OpenStack Gnocchi API - Python 2.7
Package: python3-gnocchiclient
Architecture: all
Depends: python3-babel (>= 1.3),
python3-cliff (>= 1.14.0),
Depends: python3-cliff (>= 1.14.0),
python3-futurist,
python3-keystoneauth1 (>= 1.0.0),
python3-oslo.i18n (>= 1.5.0),
python3-oslo.serialization (>= 1.4.0),
python3-oslo.utils (>= 2.0.0),
python3-pbr (>= 1.8),