Added missing (build-)dependencies.

This commit is contained in:
Thomas Goirand
2013-03-07 23:35:03 +08:00
parent d464ed31c4
commit f872f18779

3
debian/control vendored
View File

@@ -11,11 +11,13 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: openstack-pkg-tools,
python-setuptools,
python-nose,
python-nosexcover,
python-httplib2,
python-prettytable,
python-simplejson,
python-mock,
pep8,
python-requests,
python-sphinx,
python-unittest2
Standards-Version: 3.9.3
@@ -29,6 +31,7 @@ Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends},
python-httplib2,
python-prettytable,
python-requests,
python-simplejson
Provides: ${python:Provides}
Description: python bindings to the OpenStack Volume API