From 8929cd46d19d6bdaf4b3aca5d814292c85aa9104 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:20:44 +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 577a3a6..87eb913 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: nftables description: Netfilter tables userspace tools version: 1.1.6 -revision: 1 +revision: 2 url: https://netfilter.org/projects/nftables/ license: GPL2-only architecture: any @@ -14,10 +14,10 @@ depends: - ncurses - readline optional_depends: - - python3 + - python3=3.14.*:For python bindings make_depends: - asciidoc - - python3 + - python3=3.14.* - python-build - python-installer - python-setuptools