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

commit 6afcf9cd17751007b543d7aa5c613e0dffdab74f
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Feb 9 23:24:52 2026 +0100

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

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 0184a42aae..c21bdaf764 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -532,7 +532,8 @@ broken iOS devices.")
     (inputs
      (list python))
     (native-inputs
-     (list autoconf automake libtool pkg-config python-cython-0)) ; to build 
Python bindings
+     (list autoconf automake libtool pkg-config
+           python-cython-0 python-setuptools)) ; to build Python bindings
     (home-page "https://libimobiledevice.org/";)
     (synopsis "C library to handle Apple Property List files")
     (description "This package provides a small portable C library to handle

Reply via email to