mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
0b19d7b4ce
commit
956eb15a11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user