Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Feb 29, 2024
1 parent 9fadca1 commit 5e2ff2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ RUN pip install \
ctypesgen==0.r125 \
crc16

# For sonic config engine testing
RUN pip install pyangbind==0.6.0
# For sonic config engine testing, pyang2.6.0 breaks build
RUN pip install pyangbind==0.6.0 pyang==2.5.3
# Note: force upgrade debian packaged jinja2, if installed
RUN pip install --force-reinstall --upgrade "jinja2>=2.10"

Expand Down

0 comments on commit 5e2ff2f

Please sign in to comment.