Skip to content

Commit

Permalink
[sonic-slave-buster]: upgrade pyang version to 2.4.0 and install only…
Browse files Browse the repository at this point in the history
… using pip3. (#7441)

[sonic-slave-stretch]: upgrade pyang version to 2.4.0.

Signed-off-by: Praveen Chaudhary <pchaudhary@linkedin.com>
  • Loading branch information
Praveen Chaudhary authored Apr 27, 2021
1 parent cd2c86e commit 803e6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,7 @@ RUN pip2 install Pympler==0.8
RUN pip3 install Pympler==0.8
# For sonic_yang_model build
RUN pip2 install pyang==2.1.1
RUN pip3 install pyang==2.1.1
RUN pip3 install pyang==2.4.0
# For mgmt-framework build
RUN pip2 install mmh3==2.5.1
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ RUN pip2 install setuptools==40.8.0
RUN pip2 install Pympler==0.8
# For sonic_yang_model build
RUN pip2 install pyang==2.1.1
RUN pip3 install pyang==2.4.0
# For mgmt-framework build
RUN pip2 install mmh3
Expand Down

0 comments on commit 803e6d8

Please sign in to comment.