| 12
 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
 
 | Source: python-edgegrid
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 libssl-dev,
 libffi-dev,
 openstack-pkg-tools,
 python3-all,
 python3-all-dev,
 python3-setuptools,
Build-Depends-Indep:
 python3-requests,
 python3-openssl,
 python3-openssl,
 python3-ndg-httpsclient,
 python3-pyasn1,
 python3-requests-toolbelt,
 python3-urllib3,
 python3-cffi,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-edgegrid
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-edgegrid.git
Homepage: https://github.com/akamai-open/AkamaiOPEN-edgegrid-python
Package: python3-edgegrid
Architecture: all
Depends:
 python3-requests,
 python3-openssl,
 python3-openssl,
 python3-ndg-httpsclient,
 python3-pyasn1,
 python3-requests-toolbelt,
 python3-urllib3,
 python3-cffi,
 ${misc:Depends},
 ${python3:Depends},
Description: OPEN client authentication protocol for python-requests - Python 3.x
 This library implements an Authentication handler for requests that provides
 the Akamai open Edgegrid Authentication scheme. For more information visit the
 Akamai open Developer Community.
 .
 This package contains the Python 3.x module.
 |