From 04750b767ec256fce19fdff19efee012afd36dc6 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 17 Nov 2020 00:59:10 +0300 Subject: 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. --- gn/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn/packages/python.scm') 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/") -- cgit v1.2.3