Add tcpdump dependency to nailgun-net-check

Change-Id: I56714c2e4ee98d0ba936f5b8b695d6f2c53580e8
Related-Bug: 1306705
This commit is contained in:
Dima Shulyak 2014-07-29 17:08:29 +03:00
parent 4417370b2c
commit 24472577c0
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,6 @@ Standards-Version: 3.9.2
Package: nailgun-net-check
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml
Depends: ${misc:Depends}, ${python:Depends}, python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml, tcpdump
Description: NailGun client net-check
.

View File

@ -21,6 +21,7 @@ Requires: python-cliff-tablib
Requires: python-stevedore
Requires: python-daemonize
Requires: python-yaml
Requires: tcpdump
%description