Show More
@@ -21,6 +21,14 b' self: super: {' | |||||
21 | ''; |
|
21 | ''; | |
22 | }); |
|
22 | }); | |
23 |
|
23 | |||
|
24 | gunicorn = super.gunicorn.override (attrs: { | |||
|
25 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ | |||
|
26 | # johbo: futures is needed as long as we are on Python 2, otherwise | |||
|
27 | # gunicorn explodes if used with multiple threads per worker. | |||
|
28 | self.futures | |||
|
29 | ]; | |||
|
30 | }); | |||
|
31 | ||||
24 | kombu = super.kombu.override (attrs: { |
|
32 | kombu = super.kombu.override (attrs: { | |
25 | # The current version of kombu needs some patching to work with the |
|
33 | # The current version of kombu needs some patching to work with the | |
26 | # other libs. Should be removed once we update celery and kombu. |
|
34 | # other libs. Should be removed once we update celery and kombu. |
General Comments 0
You need to be logged in to leave comments.
Login now