Source: python-fido2
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Dag Heyman <dag@yubico.com>,
           Dain Nilsson <dain@yubico.com>,
           Emil Lundberg <emil@yubico.com>
Section: python
Priority: optional
Standards-Version: 4.1.1
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python3-all,
               python-cryptography,
               python3-cryptography,
               python-enum34,
               python-setuptools,
               python3-setuptools
Homepage: https://www.github.com/python-fido2/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-fido2
Architecture: all
Section: python
Depends: ${misc:Depends},
         python,
         python-cryptography,
         python-setuptools,
         python-six,
         libu2f-udev,
Description: Python library for implementing FIDO 2.0
 A Python library for communicating with a FIDO device over USB HID as 
 well as verifying attestation and assertion signatures.
 Supports FIDO U2F and FIDO 2.0.
 This is the Python 2 version of the package.


Package: python3-fido2
Architecture: all
Section: python
Depends: ${misc:Depends},
         python3,
         python3-cryptography,
         python3-setuptools,
         python3-six,
         libu2f-udev,
Description: Python library for implementing FIDO 2.0
 A Python library for communicating with a FIDO device over USB HID as 
 well as verifying attestation and assertion signatures.
 This is the Python 3 version of the package.
