sharlatan pushed a commit to branch python-team
in repository guix.
commit 0bb019c5952981b9e143e1129c3b2750eeadb93d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 10 13:50:34 2024 +0000
gnu: python-distributed: Adjust inputs.
* gnu/packages/python-science.scm (python-distributed) [native-inputs]:
Add python-wheel.
Change-Id: I9c8620c04f7ed75af6900b885b58937621af15f9
---
gnu/packages/python-science.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 638d49b097..ba578091f3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2682,7 +2682,8 @@ parentdir_prefix = distributed-
python-importlib-metadata
python-pytest
python-pytest-timeout
- python-versioneer))
+ python-versioneer
+ python-wheel))
(home-page "https://distributed.dask.org")
(synopsis "Distributed scheduler for Dask")
(description "Dask.distributed is a lightweight library for distributed