[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
16dc30b944
commit
59cae24e43
@ -431,8 +431,7 @@ RUN pip2 install Pympler==0.8
|
|||||||
RUN pip3 install Pympler==0.8
|
RUN pip3 install Pympler==0.8
|
||||||
|
|
||||||
# For sonic_yang_model build
|
# For sonic_yang_model build
|
||||||
RUN pip2 install pyang==2.1.1
|
RUN pip3 install pyang==2.4.0
|
||||||
RUN pip3 install pyang==2.1.1
|
|
||||||
|
|
||||||
# For mgmt-framework build
|
# For mgmt-framework build
|
||||||
RUN pip2 install mmh3==2.5.1
|
RUN pip2 install mmh3==2.5.1
|
||||||
|
@ -369,7 +369,7 @@ RUN pip2 install setuptools==40.8.0
|
|||||||
RUN pip2 install Pympler==0.8
|
RUN pip2 install Pympler==0.8
|
||||||
|
|
||||||
# For sonic_yang_model build
|
# For sonic_yang_model build
|
||||||
RUN pip2 install pyang==2.1.1
|
RUN pip3 install pyang==2.4.0
|
||||||
|
|
||||||
# For mgmt-framework build
|
# For mgmt-framework build
|
||||||
RUN pip2 install mmh3
|
RUN pip2 install mmh3
|
||||||
|
Reference in New Issue
Block a user