Skip to content

Commit

Permalink
Fix the dependency grpcio-tools version (sonic-net#16776)
Browse files Browse the repository at this point in the history
#### Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
  • Loading branch information
qiluo-msft authored and mssonicbld committed Oct 9, 2023
1 parent 2579b95 commit ab0adce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,11 @@ RUN patch -p1 -i /disable-non-manylinux.patch /usr/local/lib/python3.9/dist-pack
# For building sonic-utilities
RUN pip3 install fastentrypoints mock

# For building sonic_ycabled
# Note: upstream build breaks with old version of setuptools
# ref: https://github.com/grpc/grpc/issues/34569
RUN pip3 install grpcio==1.58.0 grpcio-tools==1.58.0

# For running Python unit tests
RUN pip3 install pytest-runner==5.2
RUN pip3 install nose==1.3.7
Expand Down

0 comments on commit ab0adce

Please sign in to comment.