~ubuntu-server-dev/python-heatclient/kilo

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chuck Short
  • Date: 2014-07-04 14:27:37 UTC
  • mfrom: (16.1.1 python-heatclient)
  • Revision ID: zulcss@ubuntu.com-20140704142737-notof91v6s3c0vya
debian/control: Merged in deps from requirements.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 python-coverage,
16
16
 python-fixtures,
17
17
 python-httplib2,
18
 
 python-iso8601,
19
 
 python-keystoneclient (>= 1:0.2),
 
18
 python-iso8601 (>= 0.1.9),
 
19
 python-keystoneclient (>= 1:0.9.0),
20
20
 python-mock,
21
21
 python-mox,
22
22
 python-mox3,
23
 
 python-pbr,
 
23
 python-pbr (>= 0.6),
24
24
 python-prettytable (<< 0.8),
25
25
 python-prettytable (>= 0.5),
 
26
 python-requests (>= 1.1),
26
27
 python-setuptools (>= 0.6.24),
27
28
 python-setuptools-git,
 
29
 python-six (>= 1.7.0),
28
30
 python-testscenarios,
29
31
 python-testtools,
30
 
 python-yaml,
 
32
 python-yaml (>= 3.1.0),
31
33
 testrepository
32
34
Standards-Version: 3.9.4
33
35
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-heatclient/juno/files
39
41
Depends:
40
42
 python (>= 2.7),
41
43
 python-httplib2,
42
 
 python-iso8601,
43
 
 python-keystoneclient (>= 1:0.2),
 
44
 python-iso8601 (>= 0.1.9),
 
45
 python-keystoneclient (>= 1:0.9.0),
44
46
 python-pkg-resources,
45
47
 python-prettytable (<< 0.8),
46
48
 python-prettytable (>= 0.5),
 
49
 python-requests (>= 1.1),
 
50
 python-six (>= 1.7.0),
 
51
 python-yaml (>= 3.1.0),
47
52
 ${misc:Depends},
48
53
 ${python:Depends},
49
54
 ${wheezy-added-deps}