From 82d0489ced74e7596ff711af1030f8a4ae257038 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 28 Jun 2020 12:45:52 +0300 Subject: gn: Prepare bh20-seq-resource for service --- gn/packages/bioinformatics.scm | 5 ++++- gn/packages/python.scm | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index fc2c923..a235f44 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1257,7 +1257,10 @@ runApp(launch.browser=0, port=4206)~%\n" ("python-pyshex" ,python-pyshex) ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("clustalw" ,clustalw) - ("python-schema-salad" ,python-schema-salad))) + ("python-schema-salad" ,python-schema-salad) + ;; and for the service + ("python" ,python) + ("gunicorn" ,gunicorn))) (native-inputs `(("git" ,(@ (gnu packages version-control) git)) ("python-oauth2client" ,python-oauth2client) diff --git a/gn/packages/python.scm b/gn/packages/python.scm index b181767..7be6b4f 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1118,7 +1118,7 @@ spreadsheets without the need for COM objects.") ("python-google-api-client" ,python-google-api-client) ("python-httplib2" ,python-httplib2) ("python-pycurl" ,python-pycurl) - ("python-ruamel.yaml" ,python-ruamel.yaml) + ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("python-setuptools" ,python-setuptools) ("python-oauth2client" ,python-oauth2client) ("python-uritemplate" ,python-uritemplate) @@ -1155,7 +1155,7 @@ server.") ("python-rdflib" ,python-rdflib) ("python-rdflib-jsonld" ,python-rdflib-jsonld) ("python-requests" ,python-requests) - ("python-ruamel.yaml" ,python-ruamel.yaml) + ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("python-setuptools" ,python-setuptools) ("python-typing-extensions" ,python-typing-extensions))) (native-inputs -- cgit v1.2.3