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
|
Source: python-pyasn1-modules
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Marc Haber <mh+debian-packages@zugschlus.de>,
Build-Depends:
debhelper-compat (= 13),
pybuild-plugin-pyproject,
dh-sequence-python3,
python3-all,
python3-pyasn1,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 3.9.6
Homepage: https://github.com/pyasn1/pyasn1-modules
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyasn1-modules.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyasn1-modules
Package: python3-pyasn1-modules
Architecture: all
Depends:
python3-pyasn1 (>= 0.4.6~),
${misc:Depends},
${python3:Depends},
Description: Collection of protocols modules written in ASN.1 language (Python 3)
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using pyasn1 data model.
.
It's thought to be useful to protocol developers and testers.
.
Please note that pyasn1_modules is neither part of the pyasn1 package
nor related to it.
|