[sonic-slave-stretch]: Add deepdiff python package for sonic-utilities test (#7231)

Add this package to help Azure/sonic-utilities#1547

Only needed on 201911 branch because future branchs build sonic-utilities in sonic-slave-buster.
This commit is contained in:
Qi Luo 2021-04-05 18:01:32 -07:00 committed by GitHub
parent 9143cca45f
commit ad37f61fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ RUN pip install j2cli==0.3.10
# Remove python-click 6.6
RUN apt-get purge -y python-click
# For sonic utilities testing
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14 deepdiff==3.3.0
# For sonic snmpagent build and mock testing
RUN pip3 install -U setuptools