Skip to content

Commit b443cc8

Browse files
[build] Fix sonic-host-services dependency deepdiff version issue (#13334)
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 5a30233 commit b443cc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonic-slave-bullseye/Dockerfile.j2

+3
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ RUN pip3 install mmh3==2.5.1
438438

439439
RUN pip3 install parameterized==0.8.1
440440

441+
# For latest version error, use previous version
442+
RUN pip3 install deepdiff==6.2.2
443+
441444
RUN apt-get install -y xsltproc
442445

443446
# Install dependencies for isc-dhcp-relay build

0 commit comments

Comments
 (0)