diff options
| author | Alexis Simon <alexis.simon@runbox.com> | 2025-10-15 14:28:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-16 13:39:17 +0100 |
| commit | 643598c302cfc6c9822b119d2fe685a7feef8436 (patch) | |
| tree | 7fadf25d6682f00c4ff2433f6cd43bb70f4d4947 /gnu/packages/python-science.scm | |
| parent | 3ef8f8ce36af0179ae2e99ad6d4cc7e3db0d48c0 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
