diff options
author | BonfaceKilz | 2020-11-17 00:59:10 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-17 00:59:10 +0300 |
commit | 04750b767ec256fce19fdff19efee012afd36dc6 (patch) | |
tree | 5bd626efb5528621d3f68366aee62d223481a336 /gn/packages | |
parent | 1b9d7eed82839b64b8133248d19717c3cc56ec9f (diff) | |
download | guix-bioinformatics-04750b767ec256fce19fdff19efee012afd36dc6.tar.gz |
gn: python-flask-socketio: New inputs
* gn/packages/python.scm (python-flask-socketio): Add support for eventlet.
[propagated-inputs]: Add python-dnspython, python-eventlet, python-monotonic.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index bb9f6b7..00194e1 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1808,6 +1808,9 @@ sorted order.") `(#:tests? #f)) (propagated-inputs `(("python-flask" ,python-flask) + ("python-dnspython" ,python-dnspython) + ("python-eventlet" ,python-eventlet) + ("python-monotonic" ,python-monotonic) ("python-socketio" ,python-socketio))) (home-page "http://github.com/miguelgrinberg/Flask-SocketIO/") |