From 7ddf90265a9a896d25059ed23e581dfcd14c57c7 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:23:35 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 2ad5b9c..4ad8f2e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: tevent description: Event system based on the talloc memory management library version: 0.17.1 -revision: 1 +revision: 2 url: https://tevent.samba.org/ license: GPL3-or-later maintainers: @@ -11,10 +11,10 @@ type: source depends: - talloc optional_depends: - - python3:For python bindings + - python3=3.14.*:For python bindings make_depends: - cmocka - - python3 + - python3=3.14.* downloads: - url: https://www.samba.org/ftp/tevent/tevent-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}