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 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-u2flib-server
Section: python
Priority: optional
Maintainer: Arvid Requate <requate@univention.de>
Uploaders: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep:
dh-python,
python-all,
python-enum34,
python-m2crypto,
python-nose (>= 1.3.4),
python-pyasn1 (>= 0.1.7),
python-pyasn1-modules,
python-setuptools,
python3-all,
python3-pyasn1,
python3-pyasn1-modules,
python3-setuptools,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://developers.yubico.com/python-u2flib-server
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-u2flib-server.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-u2flib-server.git
Package: python-u2flib-server
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: Universal 2nd Factor (U2F) server communication Python module
Python-u2flib-server is a library for server-side U2F authentication
and provide the Registration and Authentication functions.
This package contains Python modules and an example web 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.
|