diff options
author | pjotrp | 2020-05-14 07:33:41 -0500 |
---|---|---|
committer | pjotrp | 2020-05-14 07:33:41 -0500 |
commit | 7f3b704af5532ba796dc69cc29f73534a8f2a915 (patch) | |
tree | 9a6920e6838a2c434a7a704edcad63c0daf41333 /gn | |
parent | fb1f4869eb99f84834cf414f98f58515cca05e9e (diff) | |
download | guix-bioinformatics-7f3b704af5532ba796dc69cc29f73534a8f2a915.tar.gz |
python-arvados-python-client: runtime dependencies.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 | ||||
-rw-r--r-- | gn/packages/python.scm | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 055e2e6..0c187ce 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1220,6 +1220,7 @@ runApp(launch.browser=0, port=4206)~%\n" (license #f))) (define-public bh20-seq-resource + %% Note this package is incomplete. Needs more to run properly. (let ((commit "bbca5ac9b2538e410efe3e09651f87e5573145de") (revision "2")) (package diff --git a/gn/packages/python.scm b/gn/packages/python.scm index dc1dc38..0472bb8 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1133,13 +1133,14 @@ spreadsheets without the need for COM objects.") ("python-pycurl" ,python-pycurl) ("python-ruamel.yaml" ,python-ruamel.yaml-0.15) ("python-setuptools" ,python-setuptools) + ("python-oauth2client" ,python-oauth2client) + ("python-uritemplate" ,python-uritemplate) ("python-ws4py" ,python-ws4py))) (native-inputs `(("python-mock" ,python-mock) - ("python-oauth2client" ,python-oauth2client) ("python-pbr" ,python-pbr-1.6.0) ("python-pyyaml" ,python-pyyaml) - ("python-uritemplate" ,python-uritemplate))) + )) (home-page "https://arvados.org") (synopsis "Arvados client library") (description "This package provides the arvados module, an API client for |