mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libvirt-python3: add python3 as dep
This commit is contained in:
parent
a2bcab49c1
commit
6d5d1af2c3
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'libvirt-python3'
|
# Template file for 'libvirt-python3'
|
||||||
pkgname=libvirt-python3
|
pkgname=libvirt-python3
|
||||||
version=8.10.0
|
version=8.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
||||||
libapparmor-devel"
|
libapparmor-devel"
|
||||||
makedepends="libvirt-devel python3-devel"
|
makedepends="libvirt-devel python3-devel"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-lxml python3-nose"
|
checkdepends="python3-pytest python3-lxml python3-nose"
|
||||||
short_desc="Libvirt virtualization API Python3 binding"
|
short_desc="Libvirt virtualization API Python3 binding"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue