~ubuntu-branches/ubuntu/wily/python-heatclient/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-12 10:43:34 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150312104334-8e2j6r81g24r0h3y
Tags: 0.3.0-0ubuntu1
* New upstream release
* debian/control: Adjust dependencies. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 python-babel,
15
15
 python-coverage,
16
16
 python-fixtures,
17
 
 python-httplib2,
18
 
 python-httpretty,
19
17
 python-iso8601 (>= 0.1.9),
20
 
 python-keystoneclient (>= 1:0.9.0),
 
18
 python-keystoneclient (>= 1:1.1.0),
21
19
 python-mock,
22
 
 python-mox,
23
20
 python-mox3,
24
 
 python-oslotest,
 
21
 python-oslotest (>= 1.2.0),
 
22
 python-sphinx,
 
23
 python-oslo-i18n (>= 1.3.0),
 
24
 python-oslo-serialization (>= 1.2.0),
 
25
 python-oslo-utils (>= 1.2.0),
25
26
 python-pbr (>= 0.6),
26
 
 python-prettytable (<< 0.8),
27
27
 python-prettytable (>= 0.5),
28
28
 python-requests (>= 1.1),
 
29
 python-requests-mock,
29
30
 python-setuptools (>= 0.6.24),
30
 
 python-setuptools-git,
31
 
 python-six (>= 1.7.0),
 
31
 python-six (>= 1.9.0),
32
32
 python-testscenarios,
33
33
 python-testtools,
34
34
 python-yaml (>= 3.1.0),
35
35
 testrepository
36
 
Standards-Version: 3.9.4
 
36
Standards-Version: 3.9.6
37
37
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-heatclient/kilo/files
38
38
Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-heatclient/kilo
39
39
 
41
41
Architecture: all
42
42
Pre-Depends: dpkg (>= 1.15.6~)
43
43
Depends:
44
 
 python (>= 2.7),
45
 
 python-httplib2,
 
44
 python-babel (>= 1.3),
46
45
 python-iso8601 (>= 0.1.9),
47
 
 python-keystoneclient (>= 1:0.9.0),
48
 
 python-pkg-resources,
49
 
 python-prettytable (<< 0.8),
50
 
 python-prettytable (>= 0.5),
51
 
 python-requests (>= 1.1),
52
 
 python-six (>= 1.7.0),
 
46
 python-keystoneclient (>= 1:1.1.0),
 
47
 python-oslo-i18n (>= 1.3.0),
 
48
 python-oslo-serialization (>= 1.2.0),
 
49
 python-oslo.utils (>= 1.2.0),
 
50
 python-prettytable (>= 0.7),
 
51
 python-requests,
 
52
 python-six (>= 1.9.0),
53
53
 python-yaml (>= 3.1.0),
54
54
 ${misc:Depends},
55
55
 ${python:Depends},