me
/
guix
Archived
1
0
Fork 0

gnu: snakemake-7: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-7)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Konrad Hinsen 2022-08-25 20:47:32 +02:00 committed by Marius Bakke
parent 6a31fb6e7b
commit 9529384c92
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -9758,7 +9758,7 @@ Python style, together with a fast and comfortable execution environment.")
;; to the Google Storage service.
(delete-file "tests/test_google_lifesciences.py")
(invoke "pytest")))))))
(inputs
(propagated-inputs
(list python-appdirs
python-configargparse
python-connection-pool