diff --git a/packaging/centreon-plugin-Applications-Monitoring-Speedtest/deb.json b/packaging/centreon-plugin-Applications-Monitoring-Speedtest/deb.json index 49d3c797d..aa39449b2 100644 --- a/packaging/centreon-plugin-Applications-Monitoring-Speedtest/deb.json +++ b/packaging/centreon-plugin-Applications-Monitoring-Speedtest/deb.json @@ -1,6 +1,5 @@ { "dependencies": [ - "libssh-session-perl", - "speedtest-cli" + "libssh-session-perl" ] } diff --git a/packaging/centreon-plugin-Applications-Monitoring-Speedtest/rpm.json b/packaging/centreon-plugin-Applications-Monitoring-Speedtest/rpm.json index 3bd929c3b..e8b0a6a43 100644 --- a/packaging/centreon-plugin-Applications-Monitoring-Speedtest/rpm.json +++ b/packaging/centreon-plugin-Applications-Monitoring-Speedtest/rpm.json @@ -1,6 +1,5 @@ { "dependencies": [ - "perl(Libssh::Session)", - "speedtest-cli" + "perl(Libssh::Session)" ] }