From 709b20a9d063c2f20d1ef01e034fd69ba7b07f69 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 21:34:45 +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 8f6ebec..f40ca99 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: apparmor description: Mandatory Access Control (MAC) mechanism which uses the Linux Security Module (LSM) framework version: 4.1.7 -revision: 2 +revision: 3 url: https://gitlab.com/apparmor/apparmor license: GPL2-only maintainers: @@ -12,7 +12,7 @@ depends: - bash - glibc - pam - - python3 + - python3=3.14.* optional_depends: - perl:For perl bindings - ruby:For ruby bindings