Skip to content

Commit

Permalink
[utilities] Add missing YANG dependencies for sonic-utilities tests (s…
Browse files Browse the repository at this point in the history
…onic-net#122)

Signed-off-by: Danny Allen <[email protected]>
  • Loading branch information
daall authored Jun 24, 2020
1 parent 3439590 commit f090197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ sudo pip install netifaces==0.10.9
sudo pip install --upgrade setuptools
sudo pip install pytest-runner==4.4
sudo dpkg -i buildimage/target/debs/stretch/libyang_1.0.73_amd64.deb
sudo dpkg -i buildimage/target/debs/stretch/libyang-cpp_1.0.73_amd64.deb
sudo dpkg -i buildimage/target/debs/stretch/python2-yang_1.0.73_amd64.deb
cd sonic-utilities
# Test building the Debian package
Expand Down

0 comments on commit f090197

Please sign in to comment.