Skip to content

Commit 662663b

Browse files
vasant17samaity
authored andcommitted
Enable DPB dependency check using YANG model in VS container (sonic-net#45)
Signed-off-by: Sangita Maity [email protected]
1 parent 458b4ae commit 662663b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

platform/vs/docker-sonic-vs.mk

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ $(DOCKER_SONIC_VS)_DEPENDS += $(SWSS) \
77
$(PYTHON_SWSSCOMMON) \
88
$(LIBTEAMDCTL) \
99
$(LIBTEAM_UTILS) \
10-
$(SONIC_DEVICE_DATA)
10+
$(SONIC_DEVICE_DATA) \
11+
$(LIBYANG) \
12+
$(LIBYANG_CPP) \
13+
$(LIBYANG_PY2)
1114

1215
$(DOCKER_SONIC_VS)_PYTHON_DEBS += $(SONIC_UTILS)
1316

platform/vs/docker-sonic-vs/Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ RUN pip install crontab
6060
# Install dependencies for Dynamic Port Breakout
6161
RUN pip install xmltodict==0.12.0
6262
RUN pip install jsondiff==1.2.0
63+
RUN pip install click==7.0.0
64+
RUN pip install ijson
6365

6466
{% if docker_sonic_vs_debs.strip() -%}
6567
# Copy locally-built Debian package dependencies

0 commit comments

Comments
 (0)