From 956eb15a1165860f842ddb65b47b011d01cb6d6c Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 4 Mar 2026 21:18:29 +0100 Subject: [PATCH] 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 --- 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 faa4c981ce..c115ad3319 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16960,6 +16960,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