From 26032cc902be2b2f3c7443500800d2a3167c492e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:10:15 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index f1fa1e9..9191f59 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: libimobiledevice description: A cross-platform protocol library to communicate with iOS devices version: 1.4.0 -revision: 1 +revision: 2 url: https://github.com/libimobiledevice/libimobiledevice license: LGPL2.1-or-later architecture: any @@ -14,8 +14,9 @@ depends: - libusbmuxd - openssl optional_depends: - - python3 + - python3=3.14.*:For python bindings make_depends: + - python3=3.14.* - python-cython - doxygen - git