guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 643598c302cfc6c9822b119d2fe685a7feef8436
Author: Alexis Simon <[email protected]>
AuthorDate: Wed Oct 15 14:28:26 2025 +0200

    gnu: python-anndata: Add test dependency python-filelock.
    
    It was found this build issue while building dependents of python-zarr.
    
    * gnu/packages/python-science.scm (python-anndata):
    [native-inputs]: Add python-filelock; missing for tests.
    
    Change-Id: Ia83b631bc321f43e7a51fa558753f6189530bd76
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 65f385d494..22ee57c4b1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -318,6 +318,7 @@ possibility to differentiate functions that contain matrix 
functions as
            python-boltons
            python-dask
            python-distributed
+           python-filelock
            python-hatch-vcs
            python-hatchling
            python-joblib

Reply via email to