From 24031f04dd0ae843cb68b7d71eef204daf070c49 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 11 Feb 2018 11:32:32 +0000 Subject: eventlet added to gunicorn --- gn/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gn') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 848cf8d..011ea30 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -151,8 +151,9 @@ functions.") (base32 "08mnl5l1p47q5wk38d7mafnhsqk50yba0l9kvc2vwrx61jgidqgf")))) (build-system python-build-system) - ; (inputs - ; `(("python2-inotify" ,python2-inotify))) + (inputs + `(("python2-eventlet" ,python2-eventlet) + ("python2-gevent" ,python2-gevent))) (propagated-inputs `(("inotify-tools" ,inotify-tools))) (arguments `( -- cgit v1.2.3