guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1a5a26357d83569e39ee684f9415102f00afd0cf
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Mar 4 21:18:29 2026 +0100
gnu: python-pysendfile: Fix build on python-3.12.
* gnu/packages/python-xyz.scm (python-pysendfile): Fix build.
[propagated-inputs]: Add python-pyasynchat.
Change-Id: I1981abb1f976f5ad9c23ab398a87ff2fd1d96b75
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5d7ca9b6f0..464282e63c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16672,6 +16672,7 @@ checksums. It implement more than a hundred checksum
routines.")
(setenv "HOME" "/tmp")
(invoke "make" "test")))))))
(native-inputs (list python-pytest python-setuptools))
+ (propagated-inputs (list python-pyasynchat))
(home-page "https://github.com/giampaolo/pysendfile")
(synopsis "Python interface to sendfile(2)")
(description "The @code{pysendfile} Python library provides an interface to