Source: python-castellan
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-barbicanclient,
python3-cryptography,
python3-fixtures,
python3-hacking,
python3-keystoneauth1,
python3-openstackdocstheme,
python3-oslo.config,
python3-oslo.context,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.utils,
python3-oslotest,
python3-requests,
python3-sphinxcontrib.svg2pdfconverter,
python3-stestr,
python3-stevedore,
python3-subunit,
python3-testscenarios,
python3-testtools,
subunit,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-castellan
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-castellan.git
Homepage: https://opendev.org/openstack/castellan
Package: python-castellan-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: generic key manager interface for OpenStack - doc
The Castellan module provides a generic key manager interface so that
OpenStack projects can use Barbican, but also have the flexibilty to choose an
alternative Key Manager as needed. This is helpful during development, for
example, where a simple implementation of the Key Manager Interface can be
used instead of having to spin up a Barbican instance.
.
This package contains the documentation.
Package: python3-castellan
Architecture: all
Depends:
python3-barbicanclient,
python3-cryptography,
python3-keystoneauth1,
python3-oslo.config,
python3-oslo.context,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.utils,
python3-pbr,
python3-requests,
python3-stevedore,
${misc:Depends},
${python3:Depends},
Suggests:
python-castellan-doc,
Description: generic key manager interface for OpenStack - Python 3.x
The Castellan module provides a generic key manager interface so that
OpenStack projects can use Barbican, but also have the flexibilty to choose an
alternative Key Manager as needed. This is helpful during development, for
example, where a simple implementation of the Key Manager Interface can be
used instead of having to spin up a Barbican instance.
.
This package contains the Python 3.x module.