summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-06 11:22:46 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 21:18:09 +0100
commit29101f4de0a06ec779ea6498162ed2315722a46d (patch)
treeb758b7c19325896dddf88c936d571937c21397c6
parent1769634bde7d4eaf8d56ce9aff3e294cf664a612 (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.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e3a1007508..ee1c05d917 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13732,7 +13732,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