7 | 7 |
debhelper (>= 9),
|
8 | 8 |
dh-python,
|
9 | 9 |
openstack-pkg-tools,
|
10 | |
python-all,
|
11 | |
python-pbr (>= 2.0.0),
|
12 | |
python-setuptools,
|
13 | 10 |
python3-all,
|
14 | |
python3-pbr (>= 2.0.0),
|
|
11 |
python3-pbr,
|
15 | 12 |
python3-setuptools,
|
16 | |
python3-sphinx (>= 1.6.2),
|
|
13 |
python3-sphinx,
|
17 | 14 |
Build-Depends-Indep:
|
18 | |
python-babel,
|
19 | |
python-barbicanclient (>= 4.5.2),
|
20 | |
python-cryptography (>= 2.1),
|
21 | |
python-hacking (>= 0.10),
|
22 | |
python-keystoneauth1 (>= 3.4.0),
|
23 | |
python-oslo.config (>= 1:5.2.0),
|
24 | |
python-oslo.context (>= 2.19.2),
|
25 | |
python-oslo.i18n (>= 3.15.3),
|
26 | |
python-oslo.log (>= 3.36.0),
|
27 | |
python-oslo.utils (>= 3.33.0),
|
28 | |
python-oslotest (>= 1:3.2.0),
|
29 | |
python-stevedore (>= 1.20.0),
|
30 | |
python-testscenarios,
|
31 | |
python-testtools (>= 2.2.0),
|
32 | 15 |
python3-babel,
|
33 | |
python3-barbicanclient (>= 4.5.2),
|
34 | |
python3-cryptography (>= 2.1),
|
35 | |
python3-keystoneauth1 (>= 3.4.0),
|
36 | |
python3-openstackdocstheme (>= 1.18.1),
|
37 | |
python3-oslo.config (>= 1:5.2.0),
|
38 | |
python3-oslo.context (>= 2.19.2),
|
39 | |
python3-oslo.i18n (>= 3.15.3),
|
40 | |
python3-oslo.log (>= 3.36.0),
|
41 | |
python3-oslo.utils (>= 3.33.0),
|
42 | |
python3-oslotest (>= 1:3.2.0),
|
43 | |
python3-stevedore (>= 1.20.0),
|
|
16 |
python3-barbicanclient,
|
|
17 |
python3-cryptography,
|
|
18 |
python3-fixtures,
|
|
19 |
python3-hacking,
|
|
20 |
python3-keystoneauth1,
|
|
21 |
python3-openstackdocstheme,
|
|
22 |
python3-oslo.config,
|
|
23 |
python3-oslo.context,
|
|
24 |
python3-oslo.i18n,
|
|
25 |
python3-oslo.log,
|
|
26 |
python3-oslo.utils,
|
|
27 |
python3-oslotest,
|
|
28 |
python3-stestr,
|
|
29 |
python3-stevedore,
|
44 | 30 |
python3-subunit,
|
45 | 31 |
python3-testscenarios,
|
46 | |
python3-testtools (>= 2.2.0),
|
|
32 |
python3-testtools,
|
47 | 33 |
subunit,
|
48 | |
testrepository,
|
49 | |
Standards-Version: 4.1.3
|
|
34 |
Standards-Version: 4.3.0
|
50 | 35 |
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-castellan
|
51 | 36 |
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-castellan.git
|
52 | 37 |
Homepage: https://github.com/openstack/castellan
|
53 | |
|
54 | |
Package: python-castellan
|
55 | |
Architecture: all
|
56 | |
Depends:
|
57 | |
python-babel,
|
58 | |
python-barbicanclient (>= 4.5.2),
|
59 | |
python-cryptography (>= 2.1),
|
60 | |
python-keystoneauth1 (>= 3.4.0),
|
61 | |
python-oslo.config (>= 1:5.2.0),
|
62 | |
python-oslo.context (>= 2.19.2),
|
63 | |
python-oslo.i18n (>= 3.15.3),
|
64 | |
python-oslo.log (>= 3.36.0),
|
65 | |
python-oslo.utils (>= 3.33.0),
|
66 | |
python-pbr (>= 2.0.0),
|
67 | |
python-stevedore (>= 1.20.0),
|
68 | |
${misc:Depends},
|
69 | |
${python:Depends},
|
70 | |
Suggests:
|
71 | |
python-castellan-doc,
|
72 | |
Description: generic key manager interface for OpenStack - Python 2.x
|
73 | |
The Castellan module provides a generic key manager interface so that
|
74 | |
OpenStack projects can use Barbican, but also have the flexibilty to choose an
|
75 | |
alternative Key Manager as needed. This is helpful during development, for
|
76 | |
example, where a simple implementation of the Key Manager Interface can be
|
77 | |
used instead of having to spin up a Barbican instance.
|
78 | |
.
|
79 | |
This package contains the Python 2.x module.
|
80 | 38 |
|
81 | 39 |
Package: python-castellan-doc
|
82 | 40 |
Section: doc
|
|
97 | 55 |
Architecture: all
|
98 | 56 |
Depends:
|
99 | 57 |
python3-babel,
|
100 | |
python3-barbicanclient (>= 4.5.2),
|
101 | |
python3-cryptography (>= 2.1),
|
102 | |
python3-keystoneauth1 (>= 3.4.0),
|
103 | |
python3-oslo.config (>= 1:5.2.0),
|
104 | |
python3-oslo.context (>= 2.19.2),
|
105 | |
python3-oslo.i18n (>= 3.15.3),
|
106 | |
python3-oslo.log (>= 3.36.0),
|
107 | |
python3-oslo.utils (>= 3.33.0),
|
108 | |
python3-pbr (>= 2.0.0),
|
109 | |
python3-stevedore (>= 1.20.0),
|
|
58 |
python3-barbicanclient,
|
|
59 |
python3-cryptography,
|
|
60 |
python3-keystoneauth1,
|
|
61 |
python3-oslo.config,
|
|
62 |
python3-oslo.context,
|
|
63 |
python3-oslo.i18n,
|
|
64 |
python3-oslo.log,
|
|
65 |
python3-oslo.utils,
|
|
66 |
python3-pbr,
|
|
67 |
python3-stevedore,
|
110 | 68 |
${misc:Depends},
|
111 | 69 |
${python3:Depends},
|
112 | 70 |
Suggests:
|