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 34 35 36 37 38 39
|
Source: python-qemu-qmp
Section: python
Priority: optional
Maintainer: Debian QEMU Team <team+qemu@tracker.debian.org>
Uploaders:
Michael Tokarev <mjt@tls.msk.ru>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all | python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-setuptools-scm,
Build-Depends-Indep:
#tests:
python3-coverage <!nocheck>,
python3-flake8 <!nocheck>,
python3-isort <!nocheck>,
python3-mypy <!nocheck>,
python3-pygments <!nocheck>,
python3-pytest <!nocheck>,
python3-urwid <!nocheck>,
python3-urwid-readline <!nocheck>,
pylint <!nocheck>,
#docs:
python3-sphinx <!nodoc>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/qemu-team/python-qemu-qmp
Vcs-Git: https://salsa.debian.org/qemu-team/python-qemu-qmp.git
Homepage: https://gitlab.com/qemu-project/python-qemu-qmp
Package: python3-qemu-qmp
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: QEMU Monitor Protocol Library
This package provides a python library used to communicate
with qemu-system -qmp monitor.
|