build: pin protobuf==3.20.1 #3162

This commit is contained in:
openoms 2022-06-13 15:28:33 +01:00
parent 132812e009
commit f02d814b2d
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -314,7 +314,7 @@ sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
# pytesseract mechanize PySocks urwid Pillow requests
# 3. Nyx
# 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"
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"
torbox_libs="pytesseract mechanize PySocks urwid Pillow requests setuptools"
sudo -H python3 -m pip install --upgrade pip
sudo -H python3 -m pip install ${python_libs} ${torbox_libs}