Skip to content

Commit fa53f98

Browse files
committed
add pyroute2
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <[email protected]>
1 parent 8e0faf4 commit fa53f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-slave-stretch/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ RUN pip install j2cli==0.3.10
348348
# Remove python-click 6.6
349349
RUN apt-get purge -y python-click
350350
# For sonic utilities testing
351-
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
351+
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14
352352

353353
# For sonic snmpagent build and mock testing
354354
RUN pip3 install -U setuptools

0 commit comments

Comments
 (0)