File: control

package info (click to toggle)
python-google-auth 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 632 kB
  • sloc: python: 4,592; makefile: 23
file content (77 lines) | stat: -rw-r--r-- 1,965 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
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
Source: python-google-auth
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10~),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python-cachetools (>= 2.0.0),
 python-certifi,
 python-flask,
 python-mock,
 python-oauth2client,
 python-pyasn1,
 python-pyasn1-modules (>= 0.2.1),
 python-pytest,
 python-pytest-localserver,
 python-requests,
 python-rsa,
 python-six,
 python-urllib3,
 python3-cachetools (>= 2.0.0),
 python3-certifi,
 python3-flask,
 python3-mock,
 python3-oauth2client,
 python3-pyasn1,
 python3-pyasn1-modules (>= 0.2.1),
 python3-pytest,
 python3-pytest-localserver,
 python3-requests,
 python3-rsa,
 python3-six,
 python3-urllib3,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-google-auth
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-google-auth.git
Homepage: https://github.com/GoogleCloudPlatform/google-auth-library-python

Package: python-google-auth
Architecture: all
Depends:
 python-cachetools (>= 2.0.0),
 python-pyasn1,
 python-pyasn1-modules (>= 0.2.1),
 python-rsa,
 python-six,
 ${misc:Depends},
 ${python:Depends},
Description: Google Authentication Library - Python 2.7
 This library simplifies using Google's various server-to-server authentication
 mechanisms to access Google APIs.
 .
 This package contains the Python 2.7 module.

Package: python3-google-auth
Architecture: all
Depends:
 python3-cachetools (>= 2.0.0),
 python3-pyasn1,
 python3-pyasn1-modules (>= 0.2.1),
 python3-rsa,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: Google Authentication Library - Python 3.x
 This library simplifies using Google's various server-to-server authentication
 mechanisms to access Google APIs.
 .
 This package contains the Python 3.x module.