Skip to content

Commit

Permalink
Keep PyYAML==5.3.1 in sonic-slave-stretch due to python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Jan 28, 2021
1 parent 0e49cc4 commit c0b413c
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 @@ -346,8 +346,8 @@ RUN pip2 install j2cli==0.3.10
RUN pip3 install mockredispy==2.9.3
# For sonic-mgmt-framework
RUN pip2 install "PyYAML==5.4.1"
RUN pip3 install "PyYAML==5.4.1"
RUN pip2 install "PyYAML==5.3.1"
RUN pip3 install "PyYAML==5.3.1"
RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"
Expand Down

0 comments on commit c0b413c

Please sign in to comment.