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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: python-heatclient
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Prach Pongpanich <prachpub@gmail.com>,
 Julien Danjou <acid@debian.org>,
 Ghe Rivero <ghe.rivero@stackops.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Build-Depends-Indep:
 lsb-release,
 python-babel,
 python-coverage,
 python-fixtures,
 python-httplib2,
 python-iso8601 (>= 0.1.9),
 python-keystoneclient (>= 1:0.9.0),
 python-mock,
 python-mox,
 python-mox3,
 python-pbr (>= 0.6),
 python-prettytable (<< 0.8),
 python-prettytable (>= 0.5),
 python-requests (>= 1.1),
 python-setuptools (>= 0.6.24),
 python-setuptools-git,
 python-six (>= 1.7.0),
 python-testscenarios,
 python-testtools,
 python-yaml (>= 3.1.0),
 testrepository
Standards-Version: 3.9.4
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-heatclient/juno/files
Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-heatclient/juno

Package: python-heatclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 python (>= 2.7),
 python-httplib2,
 python-iso8601 (>= 0.1.9),
 python-keystoneclient (>= 1:0.9.0),
 python-pkg-resources,
 python-prettytable (<< 0.8),
 python-prettytable (>= 0.5),
 python-requests (>= 1.1),
 python-six (>= 1.7.0),
 python-yaml (>= 3.1.0),
 ${misc:Depends},
 ${python:Depends},
 ${wheezy-added-deps}
Description: client library and CLI for OpenStack Heat
 Heat is a service to orchestrate multiple composite cloud applications
 using templates, through both an OpenStack-native ReST API and
 a CloudFormation-compatible Query API.
 .
 This is a client for the OpenStack Heat API. There's a Python API (the
 heatclient module), and a command-line script (heat). Each implements 100% of
 the OpenStack Heat API.