File: control

package info (click to toggle)
python-yubihsm 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 452 kB
  • sloc: python: 4,882; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,278 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
Source: python-yubihsm
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Freexian Packaging Team <team+freexian@tracker.debian.org>,
 Colin Watson <cjwatson@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cryptography,
 python3-poetry-core (>= 2.0),
 python3-pytest,
 python3-requests,
 python3-usb,
Standards-Version: 4.7.2
Homepage: https://developers.yubico.com/python-yubihsm/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/python-yubihsm
Vcs-Git: https://salsa.debian.org/pkg-security-team/python-yubihsm.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-yubihsm
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-requests,
Suggests:
 python3-usb,
 yubihsm-connector,
Description: Python interface to the YubiHSM 2
 The YubiHSM 2 is a USB-attached device for managing cryptographic keys.
 This package contains a Python interface to it.
 .
 Install python3-requests if you intend to communicate with the device over
 HTTP via a running yubihsm-connector, or python3-usb if you intend to
 communicate directly with the device via USB.