From c9ae80df253d02a2395553a290e23716b07df30b Mon Sep 17 00:00:00 2001 From: Praveen Chaudhary Date: Mon, 16 Dec 2019 22:31:04 -0800 Subject: [PATCH] [sonic-slave-stretch]: Adding package xmltodict. (#25) This package is needed to run sonic-yang-mgmt build test cases. --- sonic-slave-stretch/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/sonic-slave-stretch/Dockerfile.j2 b/sonic-slave-stretch/Dockerfile.j2 index 495a406e51e9..43115c178301 100644 --- a/sonic-slave-stretch/Dockerfile.j2 +++ b/sonic-slave-stretch/Dockerfile.j2 @@ -355,6 +355,7 @@ RUN pip install setuptools==40.8.0 # For sonic_yang_mgmt build RUN pip install ijson RUN pip install jsondiff +RUN pip install xmltodict # Install dependencies for isc-dhcp-relay build RUN apt-get -y build-dep isc-dhcp