mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libvirt-python3: rebuild for python3-3.13
This commit is contained in:
parent
380b70854a
commit
31db0682c2
1 changed files with 2 additions and 2 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'libvirt-python3'
|
||||
pkgname=libvirt-python3
|
||||
version=10.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
|
||||
libapparmor-devel"
|
||||
makedepends="libvirt-devel python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-lxml python3-nose"
|
||||
short_desc="Libvirt virtualization API Python3 binding"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pypi.org/project/libvirt-python/"
|
||||
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
||||
checksum=785023500f58d3e8e829af98647d43eee97e517aacc9d9e7ded43594ea52d032
|
||||
make_check=no # Tests require removed python3-nose
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue