1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 08:40:30 +02:00

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

View File

@@ -14180,7 +14180,9 @@ approach.")
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