Rationalize versioned dependencies against 14.04/stable
This commit is contained in:
28
debian/control
vendored
28
debian/control
vendored
@@ -7,26 +7,26 @@ Build-Depends: debhelper (>= 9),
|
|||||||
dh-python,
|
dh-python,
|
||||||
openstack-pkg-tools,
|
openstack-pkg-tools,
|
||||||
python-all,
|
python-all,
|
||||||
python-pbr (>= 0.6),
|
python-pbr,
|
||||||
python-setuptools,
|
python-setuptools,
|
||||||
python-sphinx (>= 1.1.2),
|
python-sphinx,
|
||||||
Build-Depends-Indep: python-babel (>= 1.3),
|
Build-Depends-Indep: python-babel,
|
||||||
python-coverage (>= 0.8.0),
|
python-coverage,
|
||||||
python-fixtures (>= 0.3.12),
|
python-fixtures,
|
||||||
python-hacking (>= 0.8.0),
|
python-hacking (>= 0.8.0),
|
||||||
python-keystoneclient (>= 1:1.6.0),
|
python-keystoneclient (>= 1:1.6.0),
|
||||||
python-mock (>= 1.0),
|
python-mock,
|
||||||
python-oslosphinx (>= 2.5.0),
|
python-oslosphinx (>= 2.5.0),
|
||||||
python-prettytable (>= 0.7),
|
python-prettytable,
|
||||||
python-requests (>= 2.5.2),
|
python-requests (>= 2.5.2),
|
||||||
python-requests-mock (>= 0.6.0),
|
python-requests-mock (>= 0.6.0),
|
||||||
python-simplejson (>= 2.2.0),
|
python-simplejson,
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
python-testtools (>= 0.9.36),
|
python-testtools (>= 0.9.36),
|
||||||
python-tempest-lib (>= 0.5.0),
|
python-tempest-lib (>= 0.5.0),
|
||||||
python-unittest2,
|
python-unittest2,
|
||||||
subunit (>= 0.0.18),
|
subunit,
|
||||||
testrepository (>= 0.0.18),
|
testrepository,
|
||||||
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
|
||||||
@@ -36,12 +36,12 @@ XS-Testsuite: autopkgtest
|
|||||||
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 (>= 1.3),
|
Depends: python-babel,
|
||||||
python-keystoneclient (>= 1:1.6.0),
|
python-keystoneclient (>= 1:1.6.0),
|
||||||
python-pbr (>= 0.6),
|
python-pbr,
|
||||||
python-prettytable (>= 0.7),
|
python-prettytable,
|
||||||
python-requests (>= 2.5.2),
|
python-requests (>= 2.5.2),
|
||||||
python-simplejson (>= 2.2.0),
|
python-simplejson,
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
|
|||||||
Reference in New Issue
Block a user