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/packages/python.scm | |
parent | fb1f4869eb99f84834cf414f98f58515cca05e9e (diff) | |
download | guix-bioinformatics-7f3b704af5532ba796dc69cc29f73534a8f2a915.tar.gz |
python-arvados-python-client: runtime dependencies.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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 |