Source: python-service-identity
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pyca/service-identity/tags
Vcs-Browser: https://github.com/alvistack/pyca-service-identity
Vcs-Git: https://github.com/alvistack/pyca-service-identity.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-service-identity
Architecture: all
Description: Service identity verification for pyOpenSSL & cryptography
 service-identity aspires to give you all the tools you need for
 verifying whether a certificate is valid for the intended purposes. In
 the simplest case, this means host name verification. However,
 service-identity implements RFC 6125 fully.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-attr (>= 19.1.0),
 python3-pyasn1-modules,
 python3-pyasn1,
 python3-cryptography,
 python3-six,
