Add needed dependency

This commit is contained in:
Mehdi Abaakouk
2012-09-14 16:31:39 +02:00
parent 7ecf99ee19
commit 04285f3a11

5
debian/control vendored
View File

@@ -18,7 +18,10 @@ X-Python-Version: >= 2.5
Package: python-cinderclient
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python:Depends}, ${misc:Depends},
python-httplib2,
python-prettytable,
python-simplejson
Provides: ${python:Provides}
Description: python bindings to the OpenStack Volume API
This is a client for the OpenStack Volume API. There's a Python API (the