mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-pybio: Fix build.
* gnu/packages/bioinformatics.scm (python-pybio)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1eca46c4a8dc5aa6eb090e20de387129c4590529
This commit is contained in:
parent
e5483309fb
commit
080b406922
1 changed files with 1 additions and 1 deletions
|
@ -3246,7 +3246,7 @@ (define-public python-pybio
|
|||
(propagated-inputs
|
||||
(list python-beautifulsoup4 python-numpy
|
||||
python-psutil python-pysam python-requests))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/grexor/pybio")
|
||||
(synopsis "Basic genomics toolset")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue