gnu: snakemake: Add missing inputs.

* gnu/packages/python-xyz.scm (snakemake)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I133a813d1c5a5d6d7c4450d09987ee94e97b9089
This commit is contained in:
Ricardo Wurmus 2024-12-15 20:21:21 +01:00
parent ba450f1879
commit e4aeec2fe4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14180,7 +14180,9 @@ (define-public snakemake
python-wrapper
python-pytest
python-pandas
python-requests-mock))
python-requests-mock
python-setuptools
python-wheel))
(home-page "https://snakemake.readthedocs.io")
(synopsis "Python-based execution environment for make-like workflows")
(description