diff options
author | BonfaceKilz | 2020-11-17 00:39:59 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-17 00:41:04 +0300 |
commit | 1b9d7eed82839b64b8133248d19717c3cc56ec9f (patch) | |
tree | e70f84cd0e219ad84184767af019f91955716a01 /gn/packages/genenetwork.scm | |
parent | d00645d84103757a9a6c62bc6617b4f0ca72c07b (diff) | |
download | guix-bioinformatics-1b9d7eed82839b64b8133248d19717c3cc56ec9f.tar.gz |
gn: python3-genenetwork2: Add python-flask-socketio
* gn/packages/genenetwork.scm (python3-genenetwork2):
[propagated-inputs]: Add python-flask-socketio.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 9ae4e8a..164e95c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -471,6 +471,7 @@ Graphical Fragment Assembly} files and related formats.") ;; TODO: Get rid of Python R bindings ("python-rpy2" ,python-rpy2-2.9) ("python-beautifulsoup4" ,python-beautifulsoup4) + ("python-flask-socketio" ,python-flask-socketio) ("python-xlsxwriter" ,python-xlsxwriter)))) (arguments (let ((python (specification->package "python-wrapper")) |