diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 02:26:44 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:10 +0100 |
| commit | 492035dfa85b69217b33cdff50dce84fbbf0e843 (patch) | |
| tree | 380ef9ff5a966e83ad991c808a07f666e6bdfd77 | |
| parent | 673a485a6bd5365c4a5b0a23857ea1a7b5b055c0 (diff) | |
gnu: python-scanorama: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-scanorama): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ie437414bff54c361ab61ee2e9baea670762c9ce5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -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 a5cbff7fbf7..268ba0952d3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -20674,7 +20674,7 @@ matrices.") (sha256 (base32 "0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w")))) - (build-system python-build-system) + (build-system pyproject-build-system) (propagated-inputs (list python-annoy python-fbpca @@ -20684,6 +20684,9 @@ matrices.") python-numpy python-scikit-learn python-scipy)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/brianhie/scanorama") (synopsis "Panoramic stitching of heterogeneous single cell transcriptomic data") (description |
