mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-cwl-utils: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-cwl-utils)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I803a68c04923c96f793d508c23bb08069524bc63
This commit is contained in:
parent
841916b36e
commit
3b4ee954db
1 changed files with 3 additions and 1 deletions
|
|
@ -6188,7 +6188,9 @@ and v1.1 to v1.2.")
|
|||
(list python-mypy-extensions
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
python-pytest-runner))
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-cwl-upgrader
|
||||
python-cwlformat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue