diff options
author | Frederick Muriuki Muriithi | 2022-12-20 06:00:36 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-20 06:00:36 +0300 |
commit | a888eb9cc0cd04ece01790c454d0b27a6026d630 (patch) | |
tree | bf213b556408b1a8b8ada974a522f9e5edc6a733 /gn | |
parent | 64332bac2560bd8a78f8c56a875a3525fd1314d6 (diff) | |
download | guix-bioinformatics-a888eb9cc0cd04ece01790c454d0b27a6026d630.tar.gz |
gn: (genenetwork3): Add dependency
* gn/packages/genenetwork.scm (genenetwork3): Add python-authlib as a
dependency to genenetwork3
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |