We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65213b commit c34506aCopy full SHA for c34506a
scripts/common/sonic-utilities-build/build.sh
@@ -12,9 +12,9 @@ sudo pip install "click>=7.0"
12
sudo pip install click-default-group==1.2
13
sudo pip install tabulate
14
sudo pip install natsort
15
-sudo pip install buildimage/target/python-wheels/sonic_config_engine-1.0-py2-none-any.whl
16
sudo pip install buildimage/target/python-wheels/swsssdk-2.0.1-py2-none-any.whl
17
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
18
sudo pip install buildimage/target/python-wheels/sonic_yang_mgmt-1.0-py2-none-any.whl
19
sudo pip install mockredispy==2.9.3
20
sudo pip install netifaces==0.10.9
0 commit comments