From dd49f742bd4886246f34bc3235d5ae468fdedbd3 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Wed, 15 Apr 2020 09:51:31 +0000 Subject: [PATCH] [sonic-slave-buster]: add build deps for sonic_yang_mgmt build Signed-off-by: Guohan Lu --- sonic-slave-buster/Dockerfile.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index 6ebc3f24db..4cb0fe102a 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -368,6 +368,13 @@ RUN pip install mockredispy==2.9.3 RUN pip install pytest-runner==4.4 RUN pip install setuptools==40.8.0 +# For sonic_yang_mgmt build +RUN pip install ijson==2.6.1 +RUN pip3 install ijson==2.6.1 +RUN pip install jsondiff==1.2.0 +RUN pip install xmltodict==0.12.0 +RUN pip install pyang==2.1.1 + # For mgmt-framework build RUN pip install mmh3