guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 49b4bfda9bf59910b82a7e59df7d4a84c6936829
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Feb 9 23:25:36 2026 +0100

    gnu: libimobiledevice: Fix package build on python-3.12.
    
    * gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Add
    python-setuptools.
    
    Change-Id: I0450c97b418f2f3879b81be05469e1560baddfa9
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/libusb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index c21bdaf764..7ddb27889c 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -586,7 +586,7 @@ connections from and to iOS devices by connecting to a 
socket provided by a
     (inputs
      (list python))
     (native-inputs
-     (list pkg-config python-cython-0))
+     (list pkg-config python-cython-0 python-setuptools))
     (home-page "https://libimobiledevice.org/";)
     (synopsis "Protocol library and tools to communicate with Apple devices")
     (description "libimobiledevice is a software library that talks the

Reply via email to