Skip to content

Commit

Permalink
pin python-engineio to 2.3.2 as recent 3.0.0 update breaks gevent #1995
Browse files Browse the repository at this point in the history
As of 25th November 2018 source builds failed to display live Web-UI
header info such as time, Rockstor and kernel version etc. This was
tracked down to an upstream python-engineio updated to 3.0.0. Although
this update may not be the direct cause, pinning it's version to the
latest prior released resolved the observed regressions.
  • Loading branch information
phillxnet committed Nov 25, 2018
1 parent 33917f1 commit 9578c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'django-pipeline == 1.6.9',
'django-ztask == 0.1.5',
'djangorestframework == 3.1.1',
'python-engineio == 2.3.2', # Revisit version post 3.0.0
'gevent == 1.1.2',
'gevent-websocket == 0.9.5',
'mock == 1.0.1',
Expand Down

0 comments on commit 9578c8f

Please sign in to comment.