~ruther/guix-local

7f48addbaf5471f21e2cbed775d0274bece3ecd8 — Ricardo Wurmus 2 years ago 63cb43d
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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