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