[sonic-slave-buster]: upgrade pyang version to 2.4.0 and install only using pip3. (#7441)
[sonic-slave-stretch]: upgrade pyang version to 2.4.0. Signed-off-by: Praveen Chaudhary <pchaudhary@linkedin.com>
This commit is contained in:
parent
cd2c86eab6
commit
803e6d8b57
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user