~coreygoldberg/python-swiftclient/py3-packaging-swiftclient

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Corey Goldberg
  • Date: 2014-09-15 17:04:22 UTC
  • Revision ID: corey.goldberg@canonical.com-20140915170422-wgc0k6t4mtrwlu6k
packaging for python3-swiftclient

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 python-six (>= 1.5.2),
20
20
 python-subunit,
21
21
 python-testtools,
 
22
 python3-all (>= 3.4),
 
23
 python3-coverage,
 
24
 python3-concurrent.futures,
 
25
 python3-fixtures,
 
26
 python3-httplib2,
 
27
 python3-keystoneclient,
 
28
 python3-mock,
 
29
 python3-pbr,
 
30
 python3-requests (>= 1.1),
 
31
 python3-setuptools,
 
32
 python3-simplejson (>= 2.0.9),
 
33
 python3-six (>= 1.5.2),
 
34
 python3-subunit,
 
35
 python3-testtools,
22
36
 testrepository
23
37
Standards-Version: 3.9.4
24
38
X-Python-Version: >= 2.7
41
55
Breaks: swift ( << 1.7.4-0ubuntu2)
42
56
Replaces: swift ( << 1.7.4-0ubuntu2)
43
57
Description: Client library for Openstack Swift API.
44
 
 This is a client for the OpenStack Swift API. There's a Python API
 
58
 This is a client for the OpenStack Swift API. There's a Python2 API
 
59
 (the ``swiftclient`` module), and a command-line script (``swift``).
 
60
 
 
61
Package: python3-swiftclient
 
62
Architecture: all
 
63
Depends:
 
64
 python3-httplib2,
 
65
 python3-keystoneclient,
 
66
 python3-requests (>= 1.1),
 
67
 python3-setuptools,
 
68
 python3-simplejson (>= 2.0.9),
 
69
 python3-six (>= 1.5.2),
 
70
 ${misc:Depends},
 
71
 ${python3:Depends}
 
72
Description: Client library for Openstack Swift API.
 
73
 This is a client for the OpenStack Swift API. There's a Python3 API
45
74
 (the ``swiftclient`` module), and a command-line script (``swift``).