Source: python-barbicanclient
Section: python
Priority: optional
Maintainer: MOS Cinder team <mos-cinder@mirantis.com>
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.7.1),
               python-pbr (>= 0.10),
               python-setuptools,
               python-sphinx (>= 1.1.2)
Build-Depends-Indep: python-coverage (>= 3.6),
                     python-hacking (>= 0.10.0),
                     python-httpretty (>= 0.8.4),
                     python-keystoneclient (>= 1:1.1.0),
                     python-mock (>= 1.0),
                     python-oslosphinx (>= 2.5.0),
                     python-requests (>= 2.2.0),
                     python-six (>= 1.9.0),
                     python-testtools (>= 0.9.36),
                     subunit,
                     testrepository (>= 0.0.18)
Standards-Version: 3.9.5
Homepage: https://github.com/openstack/barbican

Package: python-barbicanclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-keystoneclient (>= 1:1.1.0),
         python-pbr (>= 0.10),
         python-requests (>= 2.2.0),
         python-six (>= 1.9.0),
         python-cliff (>= 1.10.0),
         python-oslo.i18n (>= 1.5.0),
         python-oslo.serialization (>=1.4.0),
         python-oslo.utils (>=1.4.0),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack Key Management API client - Python 2.x
 This is a client for the Barbican Key Management API. This package includes a
 Python library for accessing the API (the barbicanclient module), and a
 command-line script (barbican).
 .
 This package contains the Python 2.x module.

Package: python-barbicanclient-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: OpenStack Key Management API client - Python 2.x
 This is a client for the Barbican Key Management API. This package includes a
 Python library for accessing the API (the barbicanclient module), and a
 command-line script (barbican).
 .
 This package contains the documentation.