packaging(speedtest): remove dependency with speedtest-cli

speedtest-cli isn't used by the plugin.
It only needs speedtest and we ask to download it from the official website.
By the way, speedtest-cli from debian repositories is in conflict with speedtest-cli from the official website.

Refs: CTOR-952
This commit is contained in:
Stéphane Duret 2024-10-29 08:36:09 +01:00 committed by GitHub
parent abce3cfc94
commit 9280037660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{
"dependencies": [
"libssh-session-perl",
"speedtest-cli"
"libssh-session-perl"
]
}

View File

@ -1,6 +1,5 @@
{
"dependencies": [
"perl(Libssh::Session)",
"speedtest-cli"
"perl(Libssh::Session)"
]
}