diff options
Diffstat (limited to 'gnu/packages')
-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 812d1bbf727..3c4a282d00d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13984,7 +13984,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 |