From 6d5d1af2c3a60611963bad3173d6ad18b40f5998 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 16 Nov 2022 01:27:29 +0530 Subject: [PATCH] libvirt-python3: add python3 as dep --- srcpkgs/libvirt-python3/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template index f48cc3437f5..5c4a6734ff0 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,11 +1,12 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 version=8.10.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="Helmut Pozimski "