Align requirements with upstream.
This commit is contained in:
56
debian/control
vendored
56
debian/control
vendored
@@ -3,7 +3,7 @@ Section: python
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
||||||
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>, Thomas Goirand <zigo@debian.org>
|
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>, Thomas Goirand <zigo@debian.org>
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper,
|
||||||
dh-python,
|
dh-python,
|
||||||
openstack-pkg-tools,
|
openstack-pkg-tools,
|
||||||
python-all,
|
python-all,
|
||||||
@@ -12,32 +12,33 @@ Build-Depends: debhelper (>= 9),
|
|||||||
python-sphinx,
|
python-sphinx,
|
||||||
Build-Depends-Indep: cliff-tablib,
|
Build-Depends-Indep: cliff-tablib,
|
||||||
python-babel,
|
python-babel,
|
||||||
python-cinderclient (>= 1:1.1.0),
|
python-cinderclient (>= 1:1.2.2),
|
||||||
python-cliff,
|
python-cliff (>= 1.10.0),
|
||||||
python-coverage,
|
python-coverage,
|
||||||
python-crypto,
|
python-crypto,
|
||||||
python-fixtures,
|
python-fixtures,
|
||||||
python-glanceclient (>= 1:0.15.0),
|
python-glanceclient (>= 1:0.18.0),
|
||||||
python-hacking,
|
python-hacking (>= 0.10.0),
|
||||||
python-keyring,
|
python-keyring,
|
||||||
python-keystoneclient (>= 1:1.1.0),
|
python-keystoneclient (>= 1:1.6.0),
|
||||||
python-mock,
|
python-mock,
|
||||||
python-neutronclient (>= 2.3.11),
|
python-neutronclient (>= 2.3.11),
|
||||||
python-novaclient,
|
python-novaclient (>= 2.22.0),
|
||||||
python-oslo.config (>= 1:1.9.0),
|
python-os-client-config (>= 1.2.0),
|
||||||
python-oslo.i18n (>= 1.3.0),
|
python-oslo.config (>= 1:1.11.0),
|
||||||
|
python-oslo.i18n (>= 1.5.0),
|
||||||
python-oslo.serialization (>= 1.2.0),
|
python-oslo.serialization (>= 1.2.0),
|
||||||
python-oslo.utils (>= 1.2.0),
|
python-oslo.utils (>= 1.4.0),
|
||||||
python-oslosphinx (>= 2.2.0.0),
|
python-oslosphinx (>= 2.5.0),
|
||||||
python-oslotest (>= 1.2.0),
|
python-oslotest (>= 1.5.1),
|
||||||
python-requests,
|
python-requests (>= 2.5.2),
|
||||||
python-requests-mock (>= 0.5.1),
|
python-requests-mock (>= 0.6.0),
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
python-stevedore (>= 1.1.0),
|
python-stevedore (>= 1.5.0),
|
||||||
python-testtools,
|
python-testtools (>= 0.9.36),
|
||||||
python-webob,
|
python-webob,
|
||||||
subunit,
|
subunit,
|
||||||
testrepository,
|
testrepository (>= 0.0.18),
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-openstackclient.git
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-openstackclient.git
|
||||||
Vcs-Git: git://anonscm.debian.org/openstack/python-openstackclient.git
|
Vcs-Git: git://anonscm.debian.org/openstack/python-openstackclient.git
|
||||||
@@ -47,21 +48,22 @@ Package: python-openstackclient
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: cliff-tablib,
|
Depends: cliff-tablib,
|
||||||
python-babel,
|
python-babel,
|
||||||
python-cinderclient (>= 1:1.1.0),
|
python-cinderclient (>= 1:1.2.2),
|
||||||
python-cliff,
|
python-cliff (>= 1.10.0),
|
||||||
python-crypto,
|
python-crypto,
|
||||||
python-glanceclient (>= 1:0.15.0),
|
python-glanceclient (>= 1:0.18.0),
|
||||||
python-keyring,
|
python-keyring,
|
||||||
python-keystoneclient (>= 1:1.1.0),
|
python-keystoneclient (>= 1:1.6.0),
|
||||||
python-neutronclient (>= 2.3.11),
|
python-neutronclient (>= 2.3.11),
|
||||||
python-novaclient,
|
python-novaclient (>= 2.22.0),
|
||||||
python-oslo.config (>= 1:1.9.0),
|
python-os-client-config (>= 1.2.0),
|
||||||
python-oslo.i18n (>= 1.3.0),
|
python-oslo.config (>= 1:1.11.0),
|
||||||
|
python-oslo.i18n (>= 1.5.0),
|
||||||
python-oslo.serialization (>= 1.2.0),
|
python-oslo.serialization (>= 1.2.0),
|
||||||
python-oslo.utils (>= 1.2.0),
|
python-oslo.utils (>= 1.4.0),
|
||||||
python-requests,
|
python-requests (>= 2.5.2),
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
python-stevedore (>= 1.1.0),
|
python-stevedore (>= 1.5.0),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
${sphinxdoc:Depends},
|
${sphinxdoc:Depends},
|
||||||
|
|||||||
Reference in New Issue
Block a user