~ruther/guix-local

b6840527f0a0452178e0780c2d0a505ada345fd9 — Sharlatan Hellseher 6 months ago 3811ed8
gnu: python-gseapy: Fix build.

* gnu/packages/bioinformatics.scm (python-gseapy)[native-inputs]:
Remove python-wheel; add python-setuptools.

Change-Id: I2ff133cb081d06a6fbda88e50745bb9fc25ede0c
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -1
@@ 25689,7 25689,7 @@ exclude =
    (inputs
     (cons python-wrapper (cargo-inputs 'python-gseapy)))
    (native-inputs
     (list python-pytest python-wheel))
     (list python-pytest python-setuptools))
    (propagated-inputs
     (list python-numpy
           python-scipy