GNU bug report logs -
#49207
gnu: Add python-iris. (scitools)
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Thu, 24 Jun 2021 12:40:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #37 received at 49207 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Move
python-importlib-metadata to...
[propagated-inputs]: ...here.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9036246bfb..7d5128911f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25146,6 +25146,7 @@ (define-public python-dask
(propagated-inputs
(list python-cloudpickle
python-fsspec
+ python-importlib-metadata
python-numpy
python-packaging
python-pandas
@@ -25154,7 +25155,6 @@ (define-public python-dask
python-pyyaml))
(native-inputs
(list python-click
- python-importlib-metadata
python-pytest python-pytest-runner python-pytest-rerunfailures
python-versioneer))
(home-page "https://github.com/dask/dask/")
--
2.34.1
This bug report was last modified 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.