diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-06 11:22:46 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:57 +0200 |
commit | abe2896937118ceabc301b89969d7ae44de4cb1d (patch) | |
tree | e68db57ca104c4ccac8029678a2d175d4f0c4a44 | |
parent | f1cb82adef2848c8823b7fe3b6299941a2733e51 (diff) |
gnu: snakemake-6: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (snakemake-6)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I129616694f09763561913cd8939dd2de46e6df51
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1d17239ad8..6925dc237c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13594,7 +13594,9 @@ Python style, together with a fast and comfortable execution environment.") python-wrapper python-pytest python-pandas - python-requests-mock)))) + python-requests-mock + python-setuptools + python-wheel)))) (define-public snakemake-7 (package |