File: control

package info (click to toggle)
python-fido2 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,456 kB
  • sloc: python: 11,423; javascript: 181; sh: 21; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,286 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
Source: python-fido2
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Patrick Winnertz <winnie@debian.org>, nicoo <nicoo@debian.org>
Section: python
Priority: optional
Rules-Requires-Root: no
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-cryptography,
               python3-poetry-core,
	       python3-pytest
Homepage: https://developers.yubico.com/python-fido2
Vcs-Git: https://salsa.debian.org/auth-team/python-fido2.git
Vcs-Browser: https://salsa.debian.org/auth-team/python-fido2
Testsuite: autopkgtest-pkg-pybuild

Package: python3-fido2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Breaks: python3-ykman (<< 4~),
        solo-python (<= 0.1.1-4)
Provides: python3-fido2-api (= 1.0)
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.
 .
 FIDO (Fast Identity Online) is a set of protocols, including U2F (Universal 2nd
 Factor) and UAF (Universal Authentication Framework), that support usable,
 strong authentication of users using hardware tokens.