mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3811ed8df8
commit
b6840527f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue