mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
butterfly: Install tornado 5.1.1 to work around Butterfly using missing APIs
This commit is contained in:
@@ -121,8 +121,10 @@ pip --version
|
||||
pip3 --version
|
||||
|
||||
echo_stamp "Install and enable Butterfly (web terminal)"
|
||||
my_travis_retry pip3 install --prefer-binary butterfly
|
||||
my_travis_retry pip3 install --prefer-binary butterfly[systemd]
|
||||
echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
|
||||
my_travis_retry pip3 install tornado==5.1.1
|
||||
my_travis_retry pip3 install butterfly
|
||||
my_travis_retry pip3 install butterfly[systemd]
|
||||
systemctl enable butterfly.socket
|
||||
|
||||
echo_stamp "Install ws281x library"
|
||||
|
||||
Reference in New Issue
Block a user