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:
Ricardo Wurmus 2024-12-27 21:37:59 +01:00
parent 841916b36e
commit 3b4ee954db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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