mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dask: Propagate python-dask-expr.
* gnu/packages/python-xyz.scm (python-dask/bootstrap): New variable. (python-dask)[propagated-inputs]: Add python-dask-expr. * gnu/packages/python-science.scm (python-dask-expr)[propagated-inputs]: Remove python-dask. [native-inputs]: Add python-dask/bootstrap. Change-Id: I1196641425421c7dde94c6fea8d573e78db9c402
This commit is contained in:
parent
a237ba5378
commit
78d5fb1720
2 changed files with 17 additions and 2 deletions
|
@ -2129,9 +2129,12 @@ parentdir_prefix = dask_expr-
|
|||
(substitute* "setup.py"
|
||||
(("versioneer.get_version\\(\\)")
|
||||
(string-append "\"" #$version "\""))))))))
|
||||
(propagated-inputs (list python-dask python-pandas python-pyarrow))
|
||||
(propagated-inputs (list python-pandas python-pyarrow))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
;; We use python-dask/bootstrap so that python-dask can propagate this
|
||||
;; package without creating a mutually recursive dependency.
|
||||
(list python-dask/bootstrap
|
||||
python-pytest
|
||||
python-versioneer))
|
||||
(home-page "https://github.com/dask/dask-expr")
|
||||
(synopsis "Dask DataFrames with query optimization")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue