[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:
parent
9143cca45f
commit
ad37f61fdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user