From 7f3b704af5532ba796dc69cc29f73534a8f2a915 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Thu, 14 May 2020 07:33:41 -0500 Subject: python-arvados-python-client: runtime dependencies. --- gn/packages/bioinformatics.scm | 1 + gn/packages/python.scm | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'gn') 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 -- cgit v1.2.3