mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix(mongodb): added missing dependencies for Debian (#5410)
Refs:CTOR-1245
This commit is contained in:
parent
26c4b67d28
commit
62ca8641f3
@ -1,6 +1,13 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libboolean-perl",
|
||||
"libbson-perl",
|
||||
"libdatetime-perl",
|
||||
"libmongodb-perl"
|
||||
"libhash-ordered-perl",
|
||||
"libmongodb-perl",
|
||||
"libsafe-isa-perl",
|
||||
"libtype-tiny-perl",
|
||||
"libuuid-perl",
|
||||
"libuuid-urandom-perl"
|
||||
]
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(Time::HiRes)",
|
||||
"perl(DateTime)",
|
||||
"perl(MongoDB)",
|
||||
"perl(Hash::Ordered)",
|
||||
"perl(URI::Encode)"
|
||||
"perl(MongoDB)",
|
||||
"perl(Time::HiRes)",
|
||||
"perl(URI::Encode)"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user