gnu: python-gseapy: Fix build.

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

Change-Id: I2ff133cb081d06a6fbda88e50745bb9fc25ede0c
This commit is contained in:
Sharlatan Hellseher 2025-09-20 15:12:37 +01:00
parent 3811ed8df8
commit b6840527f0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -25689,7 +25689,7 @@ exclude =
(inputs (inputs
(cons python-wrapper (cargo-inputs 'python-gseapy))) (cons python-wrapper (cargo-inputs 'python-gseapy)))
(native-inputs (native-inputs
(list python-pytest python-wheel)) (list python-pytest python-setuptools))
(propagated-inputs (propagated-inputs
(list python-numpy (list python-numpy
python-scipy python-scipy