File: control

package info (click to toggle)
python-requests-kerberos 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: python: 1,104; makefile: 19
file content (37 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
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
Source: python-requests-kerberos
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-cryptography,
 python3-kerberos,
 python3-mock,
 python3-pytest,
 python3-requests,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-requests-kerberos
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-requests-kerberos.git
Homepage: https://github.com/requests/requests-kerberos

Package: python3-requests-kerberos
Architecture: all
Depends:
 python3-cryptography,
 python3-kerberos,
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Description: Kerberos/GSSAPI authentication handler for python-requests - Python 3.x
 Requests is an HTTP library, written in Python, for human beings. This library
 adds optional Kerberos/GSSAPI authentication support and supports mutual
 authentication.
 .
 This package provides the Python 3.x module.