~zulcss/cinder/2013.3.rc1

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chuck Short
  • Date: 2013-09-20 13:07:57 UTC
  • Revision ID: zulcss@ubuntu.com-20130920130757-n5ju86wsph57y8da
Fixed up bassed on suggestions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Chuck Short <zulcss@ubuntu.com>
5
5
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
6
 
Build-Depends-Indep: python-amqplib (>= 0.6.1),
7
 
                     python-anyjson (>= 0.3.3),
8
 
                     python-babel,
9
 
                     python-coverage,
10
 
                     python-d2to1,
11
 
                     python-eventlet (>= 0.13.0),
12
 
                     python-fixtures (>= 0.3.14),
13
 
                     python-glanceclient (>= 1:0.9.0),
14
 
                     python-greenlet (>= 0.3.2),
15
 
                     python-hp3parclient (>= 2.0.0),
16
 
                     python-iso8601,
17
 
                     python-keystoneclient (>= 1:0.3.0),
18
 
                     python-kombu (>= 2.5.12),
19
 
                     python-lockfile,
20
 
                     python-lxml (>= 2.3),
21
 
                     python-migrate,
22
 
                     python-mock,
23
 
                     python-mox,
24
 
                     python-mysqldb,
25
 
                     python-netaddr,
26
 
                     python-novaclient (>= 1:2.12.0),
27
 
                     python-oslo.config (>= 1.1.0),
28
 
                     python-paramiko (>= 1.8),
29
 
                     python-paste,
30
 
                     python-pastedeploy,
31
 
                     python-pbr (>= 0.5.21),
32
 
                     python-routes,
33
 
                     python-setuptools,
34
 
                     python-six,
35
 
                     python-sphinx,
36
 
                     python-sqlalchemy (>= 0.8.2),
37
 
                     python-stevedore (>= 0.10.0),
38
 
                     python-suds,
39
 
                     python-swiftclient (>= 1:1.5),
40
 
                     python-testtools (>= 0.9.32),
41
 
                     python-webob (>= 1.2.3),
42
 
                     testrepository (>= 0.0.17)
 
6
Build-Depends-Indep: python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-babel, python-coverage, python-d2to1,
 
7
 python-eventlet (>= 0.13.0), python-fixtures (>= 0.3.14), python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2),
 
8
 python-hp3parclient (>= 2.0.0), python-iso8601, python-keystoneclient (>= 1:0.3.0), python-kombu (>= 2.5.12), python-lockfile,
 
9
 python-lxml (>= 2.3), python-migrate, python-mock, python-mox, python-mysqldb, python-netaddr, python-novaclient (>= 1:2.12.0),
 
10
 python-oslo.config (>= 1.1.0), python-paramiko (>= 1.8), python-paste, python-pastedeploy, python-pbr (>= 0.5.21), python-routes,
 
11
 python-setuptools, python-six, python-sphinx, python-sqlalchemy (>= 0.8.2), python-stevedore (>= 0.10), python-suds,
 
12
 python-swiftclient (>= 1:1.5), python-testtools (>= 0.9.32), python-webob (>= 1.2.3), testrepository (>= 0.0.17)
43
13
Standards-Version: 3.9.4
44
14
Homepage: http://launchpad.net/cinder
45
15
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files
49
19
Package: python-cinder
50
20
Section: python
51
21
Architecture: all
52
 
Depends: python-amqplib (>= 0.6.1),
53
 
         python-anyjson (>= 0.3.3),
54
 
         python-babel,
55
 
         python-eventlet (>= 0.13.0),
56
 
         python-glanceclient (>= 1:0.9.0),
57
 
         python-greenlet (>= 0.3.2),
58
 
         python-iso8601,
59
 
         python-keystoneclient (>= 1:0.3.0),
60
 
         python-kombu (>= 2.5.12),
61
 
         python-lockfile,
62
 
         python-lxml (>= 2.3),
63
 
         python-migrate,
64
 
         python-netaddr,
65
 
         python-novaclient (>= 1:2.12.0),
66
 
         python-oslo.config (>= 1.1.0),
67
 
         python-paramiko (>= 1.8),
68
 
         python-paste,
69
 
         python-pastedeploy,
70
 
         python-routes,
71
 
         python-six,
72
 
         python-sqlalchemy (>= 0.8.2),
73
 
         python-stevedore (>= 0.10.0),
74
 
         python-suds,
75
 
         python-swiftclient (>= 1:1.5),
76
 
         python-webob (>= 1.2.3),
77
 
         ${misc:Depends},
78
 
         ${python:Depends}
 
22
Depends: python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-babel, python-eventlet (>= 0.13.0), 
 
23
 python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2), python-iso8601, python-keystoneclient (>= 1:0.3.0),
 
24
 python-kombu (>= 2.5.12), python-lockfile, python-lxml (>= 2.3), python-migrate, python-netaddr,
 
25
 python-novaclient (>= 1:2.12.0), python-oslo.config (>= 1.1.0), python-paramiko (>= 1.8), python-paste, python-pastedeploy,
 
26
 python-routes, python-six, python-sqlalchemy (>= 0.8.2), python-stevedore (>= 0.10), python-suds, python-swiftclient (>= 1:1.5),
 
27
 python-webob (>= 1.2.3), ${misc:Depends}, ${python:Depends}
79
28
Suggests: python-ceph, python-hp3parclient
80
29
Description: Cinder Python libraries
81
30
 OpenStack is a reliable cloud infrastructure. Its mission is to produce