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:
宋文武 2025-01-14 16:38:21 +08:00 committed by Ricardo Wurmus
parent e5483309fb
commit 080b406922
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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