From 643598c302cfc6c9822b119d2fe685a7feef8436 Mon Sep 17 00:00:00 2001 From: Alexis Simon Date: Wed, 15 Oct 2025 14:28:26 +0200 Subject: [PATCH] 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 --- 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 65f385d494d..22ee57c4b13 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