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