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
|
Source: python-certifi
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.6.1.0
Homepage: https://github.com/certifi/python-certifi
Vcs-Git: https://salsa.debian.org/debian/python-certifi.git
Vcs-Browser: https://salsa.debian.org/debian/python-certifi
Package: python3-certifi
Architecture: all
Depends: ca-certificates,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: root certificates for validating SSL certs and verifying TLS hosts (python3)
Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying
the identity of TLS hosts. It has been extracted from the Requests
project.
.
The version of certifi in this Debian package is patched to return
the location of Debian-provided CA certificates, instead of those
packaged by upstream.
.
This is the python3 package.
|