Skip to content

Commit d087d1c

Browse files
committed
Try to fix
1 parent 01c4955 commit d087d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/image-software.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED
111111
echo "--- Install and enable Butterfly (web terminal)"
112112
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
113113
my_travis_retry pip3 install cryptography==3.4.6 # https://stackoverflow.com/a/68472128/6850197
114-
my_travis_retry pip3 install pyOpenSSL==20.0.1
115-
my_travis_retry pip3 install tornado==5.1.1
114+
#my_travis_retry pip3 install pyOpenSSL==20.0.1
115+
#my_travis_retry pip3 install tornado==5.1.1
116116
my_travis_retry pip3 install butterfly
117117
my_travis_retry pip3 install butterfly[systemd]
118118
systemctl enable butterfly.socket

0 commit comments

Comments
 (0)