Skip to content

Commit

Permalink
[build] Fix sonic-host-services dependency deepdiff version issue (so…
Browse files Browse the repository at this point in the history
…nic-net#13335)

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
  • Loading branch information
liushilongbuaa authored Jan 12, 2023
1 parent 7524e91 commit 72a2db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ RUN pip3 install mmh3==2.5.1

RUN pip3 install parameterized==0.8.1

# For latest version error, use previous version
RUN pip3 install deepdiff==6.2.2

RUN apt-get install -y xsltproc

# Install dependencies for isc-dhcp-relay build
Expand Down

0 comments on commit 72a2db4

Please sign in to comment.