File: control

package info (click to toggle)
libvirt-python 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,552 kB
  • sloc: ansic: 10,621; python: 4,655; xml: 897; sh: 206; makefile: 16
file content (30 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
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
Source: libvirt-python
Section: python
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper-compat (=13),
 dh-sequence-python3,
 pkg-config,
 python3-all-dev,
 python3-lxml <!nocheck>,
 python3-pytest,
 python3-setuptools,
 libvirt-dev (>= 4.5.0~),
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt-python.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt-python
Homepage: http://libvirt.org
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-libvirt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libvirt0 (>= 4.5.0~)
Recommends: libvirt-daemon
Description: libvirt Python 3 bindings
 Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes). The library aims at providing
 a long term stable C API for different virtualization mechanisms. It currently
 supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
 .
 This package contains the Python 3 bindings for the libvirt library