From e4aeec2fe44fd047b51a0093990fcac992ae745c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 15 Dec 2024 20:21:21 +0100 Subject: gnu: snakemake: Add missing inputs. * gnu/packages/python-xyz.scm (snakemake)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I133a813d1c5a5d6d7c4450d09987ee94e97b9089 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5aaaf5faec..bef517fbf1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 -- cgit v1.2.3