diff options
Diffstat (limited to 'net-analyzer/flent/flent-0.15.0.ebuild')
-rw-r--r-- | net-analyzer/flent/flent-0.15.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-0.15.0.ebuild b/net-analyzer/flent/flent-0.15.0.ebuild index a11344bd83b8..5dc2f8ba65ac 100644 --- a/net-analyzer/flent/flent-0.15.0.ebuild +++ b/net-analyzer/flent/flent-0.15.0.ebuild @@ -20,5 +20,6 @@ IUSE="+qt4 +plots" RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) net-analyzer/netperf[demo] - net-misc/iperf" + net-misc/iperf + net-analyzer/fping" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |