File: control

package info (click to toggle)
python-u2flib-server 5.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,561; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 924 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
Source: python-u2flib-server
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 dh-python,
 python3-m2crypto,
 python3-all,
 python3-pyasn1,
 python3-pyasn1-modules,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.2.1
Homepage: https://developers.yubico.com/python-u2flib-server
Vcs-Git: https://salsa.debian.org/debian/python-u2flib-server.git
Vcs-Browser: https://salsa.debian.org/debian/python-u2flib-server

Package: python3-u2flib-server
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}
Provides: ${python3:Provides}
Description: Universal 2nd Factor (U2F) server communication Python3 module
 Python3-u2flib-server is a library for server-side U2F authentication
 and provide the Registration and Authentication functions.
 This package contains Python3 modules and an example web server.