[build] Fix sonic-host-services dependency deepdiff version issue (#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
This commit is contained in:
Liu Shilong 2023-01-12 13:17:50 +08:00 committed by GitHub
parent 7524e91aa1
commit 72a2db455d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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