~zulcss/python-cinderclient/fixtures

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chuck Short
  • Date: 2012-07-30 17:21:46 UTC
  • Revision ID: zulcss@ubuntu.com-20120730172146-i8rtrg5kp0ibx905
debian/control: clean up run time deps and build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Chuck Short <zulcss@ubuntu.com>
5
5
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6),
6
 
 python-setuptools, python-nose, python-httplib2, python-prettytable, python-simplejson, python-mock,
7
 
 pep8, python-sphinx, python-unittest2
 
6
 python-setuptools,
 
7
 python-nose,
 
8
 python-httplib2,
 
9
 python-prettytable,
 
10
 python-simplejson,
 
11
 python-mock,
 
12
 pep8,
 
13
 python-sphinx,
 
14
 python-unittest2
8
15
Standards-Version: 3.9.3
9
16
X-Python-Version: >= 2.5
10
17
 
11
18
Package: python-cinderclient
12
19
Architecture: all
13
 
Depends: ${python:Depends}, ${misc:Depends}
 
20
Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-prettytable, python-simplejson
14
21
Description: python bindings to the OpenStack Volume API
15
22
 This is a client for the OpenStack Volume API. There's a Python API (the
16
23
 ``cinderclient`` module), and a command-line script (``cinder``). Each