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,
 python-fixtures,
 python-iso8601 (>= 0.1.9),
 python-keystoneclient (>= 1:1.1.0),
 python-mock,
 python-mox3,
 python-oslotest (>= 1.5.1),
 python-sphinx (>= 1.1.2),
 python-oslo.i18n (>= 1.5.0),
 python-oslo.serialization (>= 1.4.0),
 python-oslo.utils (>= 1.4.0),
 python-oslosphinx (>= 2.5.0),
 python-pbr (>= 0.10),
 python-prettytable (>= 0.7),
 python-requests (>= 2.2.0),
 python-requests-mock,
 python-setuptools,
 python-six (>= 1.9.0),
 python-testscenarios,
 python-testtools,
 python-yaml (>= 3.1.0),
 python-swiftclient (>= 1:2.2.0),
 testrepository
Standards-Version: 3.9.6

Package: python-heatclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 python-babel (>= 1.3),
 python-iso8601 (>= 0.1.9),
 python-keystoneclient (>= 1:1.1.0),
 python-oslo.i18n (>= 1.5.0),
 python-oslo.serialization (>= 1.4.0),
 python-oslo.utils (>= 1.4.0),
 python-prettytable (>= 0.7),
 python-requests (>= 2.2.0),
 python-six (>= 1.9.0),
 python-yaml (>= 3.1.0),
 python-swiftclient (>= 1:2.2.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.

Package: python-heatclient-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: client library and CLI for OpenStack Heat - Documentation
 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 package contains the documentation.