File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.github/actions/install-sim Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 apt-get update
5959 apt-get install -y libusb-1.0-0 qemu-user-static
6060 tar -xvf speculos.tar.gz
61- poetry run pip install construct flask-restful jsonschema mnemonic pyelftools pillow requests pytesseract
62- pip install construct flask-restful jsonschema mnemonic pyelftools pillow requests pytesseract
61+ poetry run pip install construct flask-cors flask- restful jsonschema mnemonic pyelftools pillow requests pytesseract
62+ pip install construct flask-cors flask- restful jsonschema mnemonic pyelftools pillow requests pytesseract
6363
6464 - if : inputs.device == 'ledger'
6565 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch qemu-user-stat
293293The python packages can be installed with
294294
295295```
296- pip install construct flask-restful jsonschema mnemonic pyelftools pillow requests
296+ pip install construct flask-cors flask- restful jsonschema mnemonic pyelftools pillow requests
297297```
298298
299299### Building
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ if [[ -n ${build_keepkey} ]]; then
249249fi
250250
251251if [[ -n ${build_ledger} ]]; then
252- speculos_packages=" construct flask-restful jsonschema mnemonic pyelftools pillow requests pytesseract"
252+ speculos_packages=" construct flask-cors flask- restful jsonschema mnemonic pyelftools pillow requests pytesseract"
253253 poetry run pip install ${speculos_packages}
254254 pip install ${speculos_packages}
255255 # Clone ledger simulator Speculos if it doesn't exist, or update it if it does
You can’t perform that action at this time.
0 commit comments