Skip to content

Commit

Permalink
[sonic-utilities]: fix sonic-utilities build error
Browse files Browse the repository at this point in the history
* 1b734f1 2019-03-22 | use pytest in setuptools (sonic-net#490) [lguohan]
* 7030c97 2019-03-21 | [show] show interface status added vlan and portchannels to command (sonic-net#483) [Travis Van Duyn]
* a30d1a8 2019-03-21 | [warm/fast reboot] setup control plane assistant when available (sonic-net#487) [Ying Xie]
* 8182dfa 2019-03-21 | [reboot script] add -h, -? options (sonic-net#484) [Ying Xie]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Mar 22, 2019
1 parent 84b46bb commit a267b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ RUN pip install pexpect==4.6.0

# For sonic-utilities build
RUN pip install mockredispy==2.9.3
RUN pip install pytest-runner==4.4
RUN pip install setuptools==40.8.0

# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-utilities

0 comments on commit a267b29

Please sign in to comment.