[MOS 10.0] Add python-django-openstack-auth package
[openstack-build/django_openstack_auth-build.git] / xenial / debian / control
1 Source: python-django-openstack-auth
2 Section: python
3 Priority: optional
4 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
5 Uploaders: Thomas Goirand <zigo@debian.org>,
6            Ivan Udovichenko <iudovichenko@mirantis.com>,
7            Corey Bryant <corey.bryant@canonical.com>,
8 Build-Depends: debhelper (>= 9),
9                dh-python,
10                openstack-pkg-tools,
11                python-all,
12                python-pbr (>= 1.8),
13                python-setuptools,
14                python-sphinx (>= 1.2.1),
15                python3-all,
16                python3-pbr (>= 1.8),
17                python3-setuptools,
18 Build-Depends-Indep: python-babel (>= 2.3.4),
19                      python-coverage (>= 3.6),
20                      python-django (>= 1.8),
21                      python-hacking (>= 0.10.0),
22                      python-keystoneauth1 (>= 2.7.0),
23                      python-keystoneclient (>= 1:1.7.0),
24                      python-mock (>= 2.0),
25                      python-mox3 (>= 0.7.0),
26                      python-oslo.config (>= 1:3.10.0),
27                      python-oslo.policy (>= 1.9.0),
28                      python-oslosphinx (>= 2.5.0),
29                      python-six (>= 1.9.0),
30                      python-testscenarios (>= 0.4),
31                      python3-babel (>= 2.3.4),
32                      python3-django (>= 1.8),
33                      python3-keystoneauth1 (>= 2.7.0),
34                      python3-keystoneclient (>= 1:1.7.0),
35                      python3-mock (>= 2.0),
36                      python3-mox3 (>= 0.7.0),
37                      python3-oslo.config (>= 1:3.10.0),
38                      python3-oslo.policy (>= 1.9.0),
39                      python3-six (>= 1.9.0),
40                      python3-testscenarios (>= 0.4),
41 Standards-Version: 3.9.8
42 Vcs-Git: https://anonscm.debian.org/git/openstack/python-django-openstack-auth.git
43 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-django-openstack-auth.git/
44 Homepage: https://pypi.python.org/pypi/django_openstack_auth
45
46 Package: python-django-openstack-auth
47 Architecture: all
48 Depends: python-django (>= 1.8),
49          python-keystoneauth1 (>= 2.7.0),
50          python-keystoneclient (>= 1:1.7.0),
51          python-oslo.config (>= 1:3.10.0),
52          python-oslo.policy (>= 1.9.0),
53          python-pbr (>= 1.8),
54          python-six (>= 1.9.0),
55          ${misc:Depends},
56          ${python:Depends},
57 Breaks: python-openstack-auth (<= 2.0.0-2),
58 Replaces: python-openstack-auth (<= 2.0.0-2),
59 Provides: python-openstack-auth,
60           ${python:Provides},
61 Description: Django authentication backend for Openstack - Python 2.7
62  Django authentication backend for use with the OpenStack Keystone Identity
63  backend. This Python module is used by Horizon (the Openstack Dashport web
64  GUI) to auth against Keystone.
65  .
66  This package provides the Python 2.7 module.
67
68 Package: python-openstack-auth
69 Section: oldlibs
70 Priority: extra
71 Architecture: all
72 Depends: python-django-openstack-auth,
73          ${misc:Depends},
74 Description: Django authentication backend for Openstack - transition package
75  Django authentication backend for use with the OpenStack Keystone Identity
76  backend. This Python module is used by Horizon (the Openstack Dashport web
77  GUI) to auth against Keystone.
78  .
79  This is a transitional package to upgrade to python-django-openstack-auth,
80  and it is safe to remove.
81
82 Package: python3-django-openstack-auth
83 Architecture: all
84 Depends: python3-django (>= 1.8),
85          python3-keystoneauth1 (>= 2.7.0),
86          python3-keystoneclient (>= 1:1.7.0),
87          python3-oslo.config (>= 1:3.10.0),
88          python3-oslo.policy (>= 1.9.0),
89          python3-pbr (>= 1.8),
90          python3-six (>= 1.9.0),
91          ${misc:Depends},
92          ${python3:Depends},
93 Provides: ${python3:Provides},
94 Description: Django authentication backend for Openstack - Python 3.x
95  Django authentication backend for use with the OpenStack Keystone Identity
96  backend. This Python module is used by Horizon (the Openstack Dashport web
97  GUI) to auth against Keystone.
98  .
99  This package provides the Python 3.x module.