guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 60fdf2d43c230eb4477d68a1290027861d4781fc
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 3050988b5f..0901d5bd0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16671,6 +16671,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