File: control

package info (click to toggle)
python-google-auth 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 696 kB
  • sloc: python: 4,586; makefile: 9
file content (46 lines) | stat: -rw-r--r-- 1,260 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
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-compat (= 12),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 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.4.1
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: 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.