diff options
-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/") |