Align debian/control dependencies with upstream.

This commit is contained in:
Corey Bryant
2015-06-08 10:55:08 -04:00
parent a33ed873ee
commit eaf39b1070

48
debian/control vendored
View File

@@ -7,25 +7,25 @@ Build-Depends: debhelper (>= 9),
dh-python, dh-python,
openstack-pkg-tools, openstack-pkg-tools,
python-all, python-all,
python-pbr, python-pbr (>= 0.6),
python-setuptools, python-setuptools,
python-sphinx, python-sphinx (>= 1.1.2),
Build-Depends-Indep: python-babel, Build-Depends-Indep: python-babel (>= 1.3),
python-coverage, python-coverage (>= 0.8.0),
python-fixtures, python-fixtures (>= 0.3.12),
python-hacking, python-hacking (>= 0.8.0),
python-keystoneclient, python-keystoneclient (>= 1:1.1.0),
python-mock, python-mock (>= 1.0),
python-oslosphinx (>= 2.2.0.0), python-oslosphinx (>= 2.5.0),
python-prettytable, python-prettytable (>= 0.7),
python-requests, python-requests (>= 2.2.0),
python-requests-mock, python-requests-mock (>= 0.6.0),
python-simplejson, python-simplejson (>= 2.2.0),
python-six, python-six (>= 1.9.0),
python-testtools, python-testtools (>= 0.9.36),
python-unittest2, python-unittest2,
subunit, subunit (>= 0.0.18),
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-cinderclient.git;a=summary Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-cinderclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-cinderclient.git Vcs-Git: git://anonscm.debian.org/openstack/python-cinderclient.git
@@ -34,13 +34,13 @@ Homepage: https://github.com/openstack/python-cinderclient
Package: python-cinderclient Package: python-cinderclient
Architecture: all Architecture: all
Pre-Depends: dpkg (>= 1.15.6~) Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-babel, Depends: python-babel (>= 1.3),
python-keystoneclient, python-keystoneclient (>= 1:1.1.0),
python-pbr, python-pbr (>= 0.6),
python-prettytable, python-prettytable (>= 0.7),
python-requests, python-requests (>= 2.2.0),
python-simplejson, python-simplejson (>= 2.2.0),
python-six, python-six (>= 1.9.0),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
Provides: ${python:Provides} Provides: ${python:Provides}