Set the version for python2 package protobuf (#10964)
Why I did it Python2 not support to install protobuf>=4.21.
This commit is contained in:
parent
c4e806fcf7
commit
6d3f1346fb
@ -18,6 +18,7 @@ RUN pip2 install wheel==0.35.1
|
|||||||
RUN pip2 install connexion==1.1.15 \
|
RUN pip2 install connexion==1.1.15 \
|
||||||
setuptools==21.0.0 \
|
setuptools==21.0.0 \
|
||||||
grpcio-tools==1.20.0 \
|
grpcio-tools==1.20.0 \
|
||||||
|
protobuf==3.17.3 \
|
||||||
certifi==2017.4.17 \
|
certifi==2017.4.17 \
|
||||||
python-dateutil==2.6.0 \
|
python-dateutil==2.6.0 \
|
||||||
six==1.11.0 \
|
six==1.11.0 \
|
||||||
|
Reference in New Issue
Block a user