| 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
 
 | Source: python-schroot
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>, Brian May <bam@debian.org>
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://github.com/paultag/python-schroot
Vcs-Git: https://salsa.debian.org/python-team/modules/python-schroot.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-schroot
Package: python3-schroot
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, schroot
Description: set of Python 3 bindings to schroot chroots
 Ever want to chroot into schroot chroots in Python? Today's your lucky
 day! You can schroot your chroots all day long with this miracle of science.
 .
 This package contains a set of Python wrappers to the schroot(1) binary, to
 enable programmatic access to schroot containers.
 .
 This package contains the Python 3 bindings only.
 |