This reverts commit 066065f1cd
.
This commit is contained in:
parent
3c0c0aa399
commit
3ab903bbb2
@ -35,8 +35,8 @@ RUN apt-get update && \
|
|||||||
# doesn't ensure all dependencies are installed in the container. So here we
|
# doesn't ensure all dependencies are installed in the container. So here we
|
||||||
# install any dependencies required by the Arista sonic_platform package.
|
# install any dependencies required by the Arista sonic_platform package.
|
||||||
# TODO: eliminate the need to install these explicitly.
|
# TODO: eliminate the need to install these explicitly.
|
||||||
RUN pip3 install grpcio==1.57.0 \
|
RUN pip3 install grpcio==1.39.0 \
|
||||||
grpcio-tools==1.57.0
|
grpcio-tools==1.39.0
|
||||||
|
|
||||||
# Barefoot platform vendors' sonic_platform packages import these Python libraries
|
# Barefoot platform vendors' sonic_platform packages import these Python libraries
|
||||||
RUN pip3 install thrift==0.13.0 netifaces
|
RUN pip3 install thrift==0.13.0 netifaces
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
charset-normalizer==3.1.0
|
charset-normalizer==3.1.0
|
||||||
grpcio==1.57.0
|
grpcio==1.39.0
|
||||||
grpcio-tools==1.57.0
|
grpcio-tools==1.39.0
|
||||||
guacamole==0.9.2
|
guacamole==0.9.2
|
||||||
idna==3.4
|
idna==3.4
|
||||||
importlib-metadata==1.6.0
|
importlib-metadata==1.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user