Source: python-keystoneclient
Section: python
Priority: extra
Maintainer: MOS Keystone Team <mos-keystone@mirantis.com>
Build-Depends: debhelper (>= 9),
 python-all (>= 2.7.1),
 python-babel,
 python-coverage,
 python-crypto,
 python-pbr,
 python-fixtures,
 python-keyring,
 python-httpretty,
 python-iso8601,
 python-oslo.config (>= 1:1.9.3),
 python-oslosphinx (>= 2.5.0),
 python-mock,
 python-mox3,
 python-netaddr,
 python-sphinx (>= 1.1.2),
 python-prettytable,
 python-requests (>= 2.2.0),
 python-setuptools,
 python-simplejson,
 python-six,
 python-testtools,
 python-webob,
 testrepository
Standards-Version: 3.9.4

Package: python-keystoneclient
Architecture: all
Depends: python-pkg-resources,
 python-pbr (>= 0.10),
 python-babel (>= 1.3),
 python-iso8601 (>= 0.1.9),
 python-netaddr (>= 0.7.12),
 python-oslo.config (>= 1:1.9.3),
 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-stevedore (>= 1.3.0),
 ${misc:Depends},
 ${python:Depends}
Description: Client library for OpenStack Identity API
 This is a client for the OpenStack Identity API. There's a Python API
 (the ``keystoneclient`` module), and a command-line script (``keystone``).

Package: python-keystoneclient-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Client library for OpenStack Identity API
 This is a client for the OpenStack Identity API. There's a Python API
 (the ``keystoneclient`` module), and a command-line script (``keystone``).
 .
 This package contains the documentation.