From c107b387ff40560879761307e66c94a3461a3d3e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:15:21 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 6073b51..482acaa 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: libvirt-python description: Python bindings for libvirt version: 12.2.0 -revision: 1 +revision: 2 url: https://pypi.python.org/pypi/libvirt-python license: LGPL2.1-or-later maintainers: @@ -10,7 +10,7 @@ architecture: any type: source depends: - libvirt - - python3 + - python3=3.14.* make_depends: - python-build - python-installer