Skip to content

Commit c74b55c

Browse files
qiluo-msftmssonicbld
authored andcommitted
Fix the dependency grpcio-tools version (sonic-net#16776)
#### Why I did it Fix the build break of marvell-armhf/sonic-ycabled
1 parent 5c74ecb commit c74b55c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sonic-slave-bullseye/Dockerfile.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,11 @@ RUN patch -p1 -i /disable-non-manylinux.patch /usr/local/lib/python3.9/dist-pack
490490
# For building sonic-utilities
491491
RUN pip3 install fastentrypoints mock
492492

493+
# For building sonic_ycabled
494+
# Note: upstream build breaks with old version of setuptools
495+
# ref: https://github.com/grpc/grpc/issues/34569
496+
RUN pip3 install grpcio==1.58.0 grpcio-tools==1.58.0
497+
493498
# For running Python unit tests
494499
RUN pip3 install pytest-runner==5.2
495500
RUN pip3 install nose==1.3.7

0 commit comments

Comments
 (0)