gnu: snakemake: Add runtime dependencies. * gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-wrapt and python-requests.
1 files changed, 3 insertions(+), 0 deletions(-) M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 5882,6 5882,9 @@ of the structure, dynamics, and functions of complex networks.") (arguments ;; TODO: Package missing test dependencies. '(#:tests? #f)) (propagated-inputs `(("python-wrapt" ,python-wrapt) ("python-requests" ,python-requests))) (home-page "https://bitbucket.org/snakemake/snakemake/wiki/Home") (synopsis "Python-based execution environment for make-like workflows") (description