Skip to content

Commit c34506a

Browse files
authored
[sonic-utilitites-build] Install sonic_config_engine after sonic_py_common (sonic-net#143)
sonic-config-engine now depends on sonic-py-common. Install in the proper order.
1 parent f65213b commit c34506a

File tree

1 file changed

+1
-1
lines changed
  • scripts/common/sonic-utilities-build

1 file changed

+1
-1
lines changed

scripts/common/sonic-utilities-build/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ sudo pip install "click>=7.0"
1212
sudo pip install click-default-group==1.2
1313
sudo pip install tabulate
1414
sudo pip install natsort
15-
sudo pip install buildimage/target/python-wheels/sonic_config_engine-1.0-py2-none-any.whl
1615
sudo pip install buildimage/target/python-wheels/swsssdk-2.0.1-py2-none-any.whl
1716
sudo pip install buildimage/target/python-wheels/sonic_py_common-1.0-py2-none-any.whl
17+
sudo pip install buildimage/target/python-wheels/sonic_config_engine-1.0-py2-none-any.whl
1818
sudo pip install buildimage/target/python-wheels/sonic_yang_mgmt-1.0-py2-none-any.whl
1919
sudo pip install mockredispy==2.9.3
2020
sudo pip install netifaces==0.10.9

0 commit comments

Comments
 (0)