| 12
 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
 
 | Source: python-pure-sasl
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 98~),
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-kerberos,
 python3-mock,
 python3-pytest,
 python3-six,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pure-sasl
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pure-sasl.git
Homepage: http://github.com/thobbs/pure-sasl
Package: python3-pure-sasl
Architecture: all
Depends:
 python3-kerberos,
 ${misc:Depends},
 ${python3:Depends},
Description: pure Python client SASL implementation - Python 3.x
 Pure-sasl is a pure python client-side SASL implementation. At the moment, it
 supports the following mechanisms: ANONYMOUS, PLAIN, EXTERNAL, CRAM-MD5,
 DIGEST-MD5, and GSSAPI. Support for other mechanisms may be added in the
 future. Only GSSAPI supports a QOP higher than auth.
 .
 This package contains the Python 3.x module.
 |