mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-arboreto: Migrate to pyproject.
* gnu/packages/bioinformatics.scm (python-arboreto) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Id4b3de1b02537bbc15032d0978ef74d6c045d329
This commit is contained in:
parent
4e900aa00e
commit
c2861537a8
1 changed files with 4 additions and 1 deletions
|
@ -22120,10 +22120,13 @@ pycisTarget and SCENIC.")
|
|||
(sha256
|
||||
(base32
|
||||
"0l0im8ay7l2d24f7vaha454vsaha9s36bfqhbijg3b8ir8apsd7l"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
;; Lots of tests fail because python-distributed fails to start the
|
||||
;; "Nanny" process.
|
||||
(arguments '(#:tests? #false))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-bokeh
|
||||
python-dask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue