From a888eb9cc0cd04ece01790c454d0b27a6026d630 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 20 Dec 2022 06:00:36 +0300 Subject: gn: (genenetwork3): Add dependency * gn/packages/genenetwork.scm (genenetwork3): Add python-authlib as a dependency to genenetwork3 --- gn/packages/genenetwork.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 04ab32a..f7bdc74 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -54,6 +54,7 @@ #:use-module (gn packages statistics) #:use-module (gn packages twint) #:use-module (gn packages web) + #:use-module (gn packages python-web) #:use-module (srfi srfi-1)) @@ -145,6 +146,7 @@ python-redis python-requests python-scipy + python-authlib python-sparqlwrapper python-xapian-bindings r-optparse -- cgit v1.2.3