guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e5672fdb0e5b2cae512ca8c7cb596a5048da38f7
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 10 00:13:53 2026 +0100
gnu: libtorrent-rasterbar: Fix build on python-3.12.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]:
Add python-setuptools.
Change-Id: I551065bcac8e62e3d25a95e235c567150ffe2ce3
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/bittorrent.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 17e04c5d6b..7dc02e3b7a 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -530,8 +530,9 @@ and will take advantage of multiple processor cores where
possible.")
(inputs (list boost-1.83 openssl))
(native-inputs
(list libfaketime
- python-wrapper
- pkg-config))
+ pkg-config
+ python-setuptools
+ python-wrapper))
(home-page "https://www.libtorrent.org/")
(synopsis "Feature-complete BitTorrent implementation")
(description