File: control

package info (click to toggle)
python-yubico 1.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: python: 2,367; ansic: 128; xml: 20; makefile: 7
file content (50 lines) | stat: -rw-r--r-- 1,460 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: python-yubico
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Patrick Winnertz <winnie@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 2.6.6-3),
 python3-pytest,
 python3-setuptools (>= 0.6b3),
 python3-usb,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Yubico/python-yubico
Vcs-Browser: https://salsa.debian.org/debian/python-yubico
Vcs-Git: https://salsa.debian.org/debian/python-yubico.git
Testsuite: autopkgtest-pkg-python

Package: python-yubico-tools
Architecture: all
Section: utils
Depends:
 python3-yubico (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: Tools for Yubico YubiKeys
 The YubiKey is a hardware authentication token. This package
 contains utilities for the YubiKey implemented using the
 python-yubico package.
 .
 This package currently includes the following utilities :
 .
   * yubikey-totp - OATH TOTP code generator using YubiKey

Package: python3-yubico
Architecture: all
Depends:
 python3-usb,
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: Python3 library for talking to Yubico YubiKeys
 The YubiKey is a hardware authentication token. This is a Python3
 library for interacting with YubiKeys. Typical use is to detect,
 configure (personalize) or issue challenge-responses to YubiKeys.