diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-11 08:12:14 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:37 +0100 |
| commit | ce3ecc3cb4eb7fb94b17a021d38d5df79c511b21 (patch) | |
| tree | 569256af86c988712761a0d7d9e35e2a3f702a09 /gnu/packages/bioinformatics.scm | |
| parent | 5f500acfae6c67fbab3a3f6c1680c6e790ab4c35 (diff) | |
gnu: python-bed-reader: Fix build with Python@3.12.
* gnu/packages/bioinformatics.scm (python-bed-reader)
[native-inputs]: Add python-setuptools.
Change-Id: I9fd1e16e2149710a9644a58517876757d799211a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9b3e4145519..b4067552bc3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -2292,6 +2292,7 @@ version = ~s | |||
| 2292 | python-pytest-datadir | 2292 | python-pytest-datadir |
| 2293 | python-pytest-doctestplus | 2293 | python-pytest-doctestplus |
| 2294 | python-recommonmark | 2294 | python-recommonmark |
| 2295 | python-setuptools | ||
| 2295 | python-sphinx)) | 2296 | python-sphinx)) |
| 2296 | (inputs (cons python-wrapper (cargo-inputs 'python-bed-reader))) | 2297 | (inputs (cons python-wrapper (cargo-inputs 'python-bed-reader))) |
| 2297 | (propagated-inputs (list python-numpy python-pandas python-scipy)) | 2298 | (propagated-inputs (list python-numpy python-pandas python-scipy)) |
