1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 14:38:52 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-05-11 08:12:14 +02:00
committed by Sharlatan Hellseher
parent 5f500acfae
commit ce3ecc3cb4
+1
View File
@@ -2292,6 +2292,7 @@ version = ~s
python-pytest-datadir
python-pytest-doctestplus
python-recommonmark
python-setuptools
python-sphinx))
(inputs (cons python-wrapper (cargo-inputs 'python-bed-reader)))
(propagated-inputs (list python-numpy python-pandas python-scipy))