Fixed (build-)depends for this release.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-senlinclient (0.5.0-1) experimental; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fixed (build-)depends for this release.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Wed, 13 Jul 2016 10:46:38 +0200
|
||||
|
||||
|
||||
48
debian/control
vendored
48
debian/control
vendored
@@ -16,42 +16,42 @@ Build-Depends: debhelper (>= 9),
|
||||
python3-pbr (>= 1.8),
|
||||
python3-setuptools,
|
||||
Build-Depends-Indep: git,
|
||||
python-babel,
|
||||
python-babel (>= 2.3.4),
|
||||
python-cliff (>= 1.15.0),
|
||||
python-coverage,
|
||||
python-fixtures (>= 1.3.1),
|
||||
python-fixtures (>= 3.0.0),
|
||||
python-hacking,
|
||||
python-heatclient (>= 0.6.0),
|
||||
python-mock (>= 1.3),
|
||||
python-heatclient (>= 1.1.0),
|
||||
python-mock (>= 2.0),
|
||||
python-mox3 (>= 0.7.0),
|
||||
python-openstacksdk,
|
||||
python-openstacksdk (>= 0.8.6),
|
||||
python-openstackclient (>= 2.1.0),
|
||||
python-oslo.i18n (>= 2.1.0),
|
||||
python-oslo.serialization (>= 1.10.0),
|
||||
python-oslo.utils (>= 3.5.0),
|
||||
python-oslo.utils (>= 3.11.0),
|
||||
python-oslosphinx (>= 2.5.0),
|
||||
python-oslotest (>= 1.10.0),
|
||||
python-prettytable,
|
||||
python-requests (>= 2.8.1),
|
||||
python-requests (>= 2.10.0),
|
||||
python-requests-mock (>= 0.7.0),
|
||||
python-six (>= 1.9.0),
|
||||
python-testscenarios,
|
||||
python-testtools (>= 1.4.0),
|
||||
python-yaml,
|
||||
python3-babel,
|
||||
python3-babel (>= 2.3.4),
|
||||
python3-cliff (>= 1.15.0),
|
||||
python3-fixtures (>= 1.3.1),
|
||||
python3-heatclient (>= 0.6.0),
|
||||
python3-mock (>= 1.3),
|
||||
python3-fixtures (>= 3.0.0),
|
||||
python3-heatclient (>= 1.1.0),
|
||||
python3-mock (>= 2.0),
|
||||
python3-mox3 (>= 0.7.0),
|
||||
python3-openstacksdk,
|
||||
python3-openstacksdk (>= 0.8.6),
|
||||
python3-openstackclient (>= 2.1.0),
|
||||
python3-oslo.i18n (>= 2.1.0),
|
||||
python3-oslo.serialization (>= 1.10.0),
|
||||
python3-oslo.utils (>= 3.5.0),
|
||||
python3-oslo.utils (>= 3.11.0),
|
||||
python3-oslotest (>= 1.10.0),
|
||||
python3-prettytable,
|
||||
python3-requests (>= 2.8.1),
|
||||
python3-requests (>= 2.10.0),
|
||||
python3-requests-mock (>= 0.7.0),
|
||||
python3-six (>= 1.9.0),
|
||||
python3-subunit,
|
||||
@@ -67,17 +67,17 @@ Homepage: https://github.com/openstack/python-senlinclient
|
||||
|
||||
Package: python-senlinclient
|
||||
Architecture: all
|
||||
Depends: python-babel,
|
||||
Depends: python-babel (>= 2.3.4),
|
||||
python-cliff (>= 1.15.0),
|
||||
python-heatclient (>= 0.6.0),
|
||||
python-openstacksdk,
|
||||
python-heatclient (>= 1.1.0),
|
||||
python-openstacksdk (>= 0.8.6),
|
||||
python-openstackclient (>= 2.1.0),
|
||||
python-oslo.i18n (>= 1.5.0),
|
||||
python-oslo.serialization (>= 1.10.0),
|
||||
python-oslo.utils (>= 3.5.0),
|
||||
python-oslo.utils (>= 3.11.0),
|
||||
python-pbr (>= 1.8),
|
||||
python-prettytable,
|
||||
python-requests (>= 2.8.1),
|
||||
python-requests (>= 2.10.0),
|
||||
python-six (>= 1.9.0),
|
||||
python-yaml,
|
||||
${misc:Depends},
|
||||
@@ -92,17 +92,17 @@ Description: OpenStack Clustering API Client Library - Python 2.7
|
||||
|
||||
Package: python3-senlinclient
|
||||
Architecture: all
|
||||
Depends: python3-babel,
|
||||
Depends: python3-babel (>= 2.3.4),
|
||||
python3-cliff (>= 1.15.0),
|
||||
python3-heatclient (>= 0.6.0),
|
||||
python3-openstacksdk,
|
||||
python3-heatclient (>= 1.1.0),
|
||||
python3-openstacksdk (>= 0.8.6),
|
||||
python3-openstackclient (>= 2.1.0),
|
||||
python3-oslo.i18n (>= 1.5.0),
|
||||
python3-oslo.serialization (>= 1.10.0),
|
||||
python3-oslo.utils (>= 3.5.0),
|
||||
python3-oslo.utils (>= 3.11.0),
|
||||
python3-pbr (>= 1.8),
|
||||
python3-prettytable,
|
||||
python3-requests (>= 2.8.1),
|
||||
python3-requests (>= 2.10.0),
|
||||
python3-six (>= 1.9.0),
|
||||
python3-yaml,
|
||||
${misc:Depends},
|
||||
|
||||
Reference in New Issue
Block a user