Source: python-keyutils
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               cython3,
               libkeyutils-dev,
               python3-all-dev,
               python3-pytest-runner,
               python3-setuptools
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keyutils
Vcs-Git: https://salsa.debian.org/python-team/packages/python-keyutils.git
Homepage: https://pypi.org/project/keyutils/

Package: python3-keyutils
Architecture: linux-any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 bindings for keyutils
 python-keyutils is a set of Python bindings for keyutils (available from
 http://people.redhat.com/~dhowells/keyutils), a key management suite that
 leverages the infrastructure provided by the Linux kernel for safely storing
 and retrieving sensitive information in your programs.
 .
 This is the Python3 package.
