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

This commit is contained in:
Corey Bryant 2016-07-18 15:10:16 -04:00
parent 0ab22fb1cb
commit 1f7dfb123f
2 changed files with 25 additions and 24 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
python-ironic-lib (2.0.0-1) UNRELEASED; urgency=medium
* New upstream release.
* d/control: Align (Build-)Depends with upstream.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 18 Jul 2016 15:07:18 -0400

48
debian/control vendored
View File

@ -15,31 +15,31 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: python-coverage,
python-eventlet (>= 0.18.4),
python-hacking (>= 0.10.0),
python-mock (>= 1.2),
python-os-testr (>= 0.4.1),
python-oslo.concurrency (>= 3.5.0),
python-oslo.config (>= 1:3.9.0),
python-mock (>= 2.0),
python-os-testr (>= 0.7.0),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.service (>= 1.0.0),
python-oslo.utils (>= 3.5.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.14.0),
python-oslotest (>= 1.10.0),
python-requests (>= 2.8.1),
python-requests (>= 2.10.0),
python-six (>= 1.9.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python3-crypto,
python3-eventlet (>= 0.18.4),
python3-mock (>= 1.2),
python3-os-testr (>= 0.4.1),
python3-oslo.concurrency (>= 3.5.0),
python3-oslo.config (>= 1:3.9.0),
python3-mock (>= 2.0),
python3-os-testr (>= 0.7.0),
python3-oslo.concurrency (>= 3.8.0),
python3-oslo.config (>= 1:3.10.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.log (>= 1.14.0),
python3-oslo.service (>= 1.0.0),
python3-oslo.utils (>= 3.5.0),
python3-oslo.service (>= 1.10.0),
python3-oslo.utils (>= 3.14.0),
python3-oslotest (>= 1.10.0),
python3-requests (>= 2.8.1),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.0),
python3-subunit,
python3-testscenarios,
@ -53,14 +53,14 @@ Homepage: http://www.openstack.org/
Package: python-ironic-lib
Architecture: all
Depends: python-oslo.concurrency (>= 3.5.0),
python-oslo.config (>= 1:3.9.0),
Depends: python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.service (>= 1.0.0),
python-oslo.utils (>= 2.8.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.14.0),
python-pbr (>= 1.8),
python-requests (>= 2.8.1),
python-requests (>= 2.10.0),
python-six (>= 1.9.0),
${misc:Depends},
${python:Depends},
@ -79,14 +79,14 @@ Description: common library used by various Ironic projects - Python 2.7
Package: python3-ironic-lib
Architecture: all
Depends: python3-crypto,
python3-oslo.concurrency (>= 3.5.0),
python3-oslo.config (>= 1:3.9.0),
python3-oslo.concurrency (>= 3.8.0),
python3-oslo.config (>= 1:3.10.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.log (>= 1.14.0),
python3-oslo.service (>= 1.0.0),
python3-oslo.utils (>= 2.8.0),
python3-oslo.service (>= 1.10.0),
python3-oslo.utils (>= 3.14.0),
python3-pbr (>= 1.8),
python3-requests (>= 2.8.1),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.0),
${misc:Depends},
${python3:Depends},