Skip to content

Commit

Permalink
[sonic-utilitites-build] Install sonic_config_engine after sonic_py_c…
Browse files Browse the repository at this point in the history
…ommon (sonic-net#143)

sonic-config-engine now depends on sonic-py-common. Install in the proper order.
  • Loading branch information
jleveque authored Aug 4, 2020
1 parent f65213b commit c34506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ sudo pip install "click>=7.0"
sudo pip install click-default-group==1.2
sudo pip install tabulate
sudo pip install natsort
sudo pip install buildimage/target/python-wheels/sonic_config_engine-1.0-py2-none-any.whl
sudo pip install buildimage/target/python-wheels/swsssdk-2.0.1-py2-none-any.whl
sudo pip install buildimage/target/python-wheels/sonic_py_common-1.0-py2-none-any.whl
sudo pip install buildimage/target/python-wheels/sonic_config_engine-1.0-py2-none-any.whl
sudo pip install buildimage/target/python-wheels/sonic_yang_mgmt-1.0-py2-none-any.whl
sudo pip install mockredispy==2.9.3
sudo pip install netifaces==0.10.9
Expand Down

0 comments on commit c34506a

Please # to comment.