diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 16:09:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-06 18:44:04 +0100 |
| commit | c2861537a88c6f8fcde6cc06f4da83062db01fea (patch) | |
| tree | fdf09d2e19bb9b9b9865739664ef74a7f4795906 /gnu/packages | |
| parent | 4e900aa00e7b2841046c122d1217c2383bcc69e2 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fdebb3247d7..8c14bc120ca 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |
