Fixed (build-)depends

This commit is contained in:
Thomas Goirand
2015-04-27 22:19:01 +00:00
parent b1d3bb255e
commit c5d1a9db39

32
debian/control vendored
View File

@@ -6,28 +6,27 @@ Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-all,
python-pbr,
python-setuptools,
python-sphinx,
Build-Depends-Indep: python-coverage (>= 3.6),
python-fixtures (>= 0.3.14),
Build-Depends-Indep: python-coverage,
python-fixtures,
python-hacking,
python-iso8601 (>= 0.1.9),
python-iso8601,
python-keystoneclient (>= 1:1.1.0),
python-mock (>= 1.0),
python-mock,
python-oslo.i18n (>= 1.3.0),
python-oslo.serialization (>= 1.2.0),
python-oslo.utils (>= 1.2.0),
python-oslosphinx (>= 2.2.0.0),
python-prettytable (>= 0.7),
python-requests (>= 2.2.0),
python-six (>= 1.7.0),
python-prettytable,
python-requests,
python-six,
python-stevedore (>= 1.1.0),
python-subunit (>= 0.0.18),
python-testtools (>= 0.9.34),
subunit (>= 0.0.18),
testrepository (>= 0.0.18),
python-testtools,
subunit,
testrepository,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-ceilometerclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-ceilometerclient.git
@@ -35,16 +34,15 @@ Homepage: http://www.openstack.org
Package: python-ceilometerclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-iso8601 (>= 0.1.9),
Depends: python-iso8601,
python-keystoneclient (>= 1:1.1.0),
python-oslo.i18n (>= 1.3.0),
python-oslo.serialization (>= 1.2.0),
python-oslo.utils (>= 1.2.0),
python-pbr,
python-prettytable (>= 0.7),
python-requests (>= 2.2.0),
python-six (>= 1.7.0),
python-prettytable,
python-requests,
python-six,
python-stevedore (>= 1.1.0),
${misc:Depends},
${python:Depends},