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
|
Source: python-cryptography-vectors
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Uploaders:
Debian Python Team <team+python@tracker.debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://cryptography.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cryptography-vectors.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cryptography-vectors
Rules-Requires-Root: no
Package: python3-cryptography-vectors
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Breaks:
python3-cryptography (<< 3.3.2~),
python3-cryptography (>= 3.3.3~),
Description: Test vectors for python-cryptography (Python 3)
The test vectors for the cryptography library are rather large; thus, they are
broken out into their own package so that users who do not need to run the
tests do not need to download and install them.
.
This package contains the Python 3 version of cryptography_vectors.
|