mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
Add mako to python-lib in build_sdcard.sh (#3442)
This commit is contained in:
@@ -320,7 +320,7 @@ sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
|
|||||||
# pytesseract mechanize PySocks urwid Pillow requests
|
# pytesseract mechanize PySocks urwid Pillow requests
|
||||||
# 3. Nyx
|
# 3. Nyx
|
||||||
# setuptools
|
# setuptools
|
||||||
python_libs="grpcio==1.42.0 googleapis-common-protos==1.53.0 toml==0.10.2 j2cli==0.3.10 requests[socks]==2.21.0 protobuf==3.20.1"
|
python_libs="grpcio==1.42.0 googleapis-common-protos==1.53.0 toml==0.10.2 j2cli==0.3.10 requests[socks]==2.21.0 protobuf==3.20.1 mako==1.2.3"
|
||||||
torbox_libs="pytesseract mechanize PySocks urwid Pillow requests setuptools"
|
torbox_libs="pytesseract mechanize PySocks urwid Pillow requests setuptools"
|
||||||
sudo -H python3 -m pip install --upgrade pip
|
sudo -H python3 -m pip install --upgrade pip
|
||||||
sudo -H python3 -m pip install ${python_libs} ${torbox_libs}
|
sudo -H python3 -m pip install ${python_libs} ${torbox_libs}
|
||||||
|
Reference in New Issue
Block a user