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 65f385d494d33a06e6da6a69b5be9a7e7f174737..22ee57c4b13571c485e8b3f5f7d6f02a4bc8cd70 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