Source: python-heatclient
Section: python
Priority: optional
Maintainer: MOS Heat team <mos-heat@mirantis.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.7.1)
Build-Depends-Indep:
 lsb-release,
 python-babel (>= 1.3),
 python-coverage (>= 3.6),
 python-fixtures (>= 0.3.14),
 python-httplib2 (>= 0.7.5),
 python-iso8601 (>= 0.1.9),
 python-keystoneclient (>= 1:0.10.0),
 python-mock (>= 1.0),
 python-mox (>= 0.5.3),
 python-mox3 (>= 0.7.0),
 python-pbr (>= 0.10),
 python-prettytable (>= 0.7),
 python-requests (>= 2.1.0),
 python-setuptools (>= 0.6.24),
 python-setuptools-git,
 python-six (>= 1.7.0) ,
 python-testscenarios (>= 0.4),
 python-testtools (>= 0.9.34),
 python-yaml (>= 3.1.0),
 testrepository (>= 0.0.18),
 python-httpretty (>= 0.8.0),
Standards-Version: 3.9.4

Package: python-heatclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 python (>= 2.7.1),
 python-iso8601 (>= 0.1.9),
 python-pbr (>= 0.10),
 python-prettytable (>= 0.7),
 python-keystoneclient (>= 1:0.10.0),
 python-yaml (>= 3.1.0),
 python-requests (>= 2.1.0),
 python-six (>= 1.7.0),
 python-pkg-resources,
 python-httplib2 (>= 0.7.5),
 ${misc:Depends},
 ${python:Depends},
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.
