Skip to content

Commit b111cec

Browse files
[build] Fix sonic-host-services dependency deepdiff version issue (#13329)
Why I did it sonic_host_services depends on deepdiff. But latest deepdiff version has error. How I did it pin deepdiff to previous version. How to verify it
1 parent 642c724 commit b111cec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonic-slave-buster/Dockerfile.j2

+3
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ RUN pip3 install pyang==2.4.0
456456
RUN pip2 install mmh3==2.5.1
457457
RUN pip3 install mmh3==2.5.1
458458
459+
# For latest version error, use previous version
460+
RUN pip3 install deepdiff==6.2.2
461+
459462
RUN apt-get install -y xsltproc
460463
461464
# Install dependencies for isc-dhcp-relay build

0 commit comments

Comments
 (0)