Skip to content

Commit

Permalink
[sonic-utilitites-build] Do not install Python 3 version of sonic-py-…
Browse files Browse the repository at this point in the history
…common for now (sonic-net#144)

sonic-py-common has other dependencies, so we also need to install Python 3 versions of those packages. Since we are not yet building a Python 3 version of sonic-utilities, I am temporarily omitting the installation of the Python 3 sonic-py-common package.
  • Loading branch information
jleveque committed Aug 4, 2020
1 parent c34506a commit 3693d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sudo pip install pytest-runner==4.4
sudo pip install xmltodict==0.12.0
sudo pip install jsondiff==1.2.0
sudo pip3 install buildimage/target/python-wheels/sonic_py_common-1.0-py3-none-any.whl
sudo pip3 install buildimage/target/python-wheels/sonic_yang_models-1.0-py3-none-any.whl
sudo dpkg -i buildimage/target/debs/buster/libyang_1.0.73_amd64.deb
Expand Down

0 comments on commit 3693d9b

Please sign in to comment.