1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02: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:
宋文武 2025-01-14 16:38:21 +08:00 committed by Ricardo Wurmus
parent a6f6f5a993
commit dd397066a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3273,7 +3273,7 @@ Python.")
(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