gnu: snakemake: Add runtime dependencies.
* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-wrapt and python-requests.
This commit is contained in:
parent
0420e89682
commit
4f9998c66f
|
@ -5882,6 +5882,9 @@ of the structure, dynamics, and functions of complex networks.")
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Package missing test dependencies.
|
;; TODO: Package missing test dependencies.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-wrapt" ,python-wrapt)
|
||||||
|
("python-requests" ,python-requests)))
|
||||||
(home-page "https://bitbucket.org/snakemake/snakemake/wiki/Home")
|
(home-page "https://bitbucket.org/snakemake/snakemake/wiki/Home")
|
||||||
(synopsis "Python-based execution environment for make-like workflows")
|
(synopsis "Python-based execution environment for make-like workflows")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue