mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 15:14:16 +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": [
|
"dependencies": [
|
||||||
|
"libboolean-perl",
|
||||||
|
"libbson-perl",
|
||||||
"libdatetime-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": [
|
"dependencies": [
|
||||||
"perl(Time::HiRes)",
|
|
||||||
"perl(DateTime)",
|
"perl(DateTime)",
|
||||||
"perl(MongoDB)",
|
|
||||||
"perl(Hash::Ordered)",
|
"perl(Hash::Ordered)",
|
||||||
"perl(URI::Encode)"
|
"perl(MongoDB)",
|
||||||
|
"perl(Time::HiRes)",
|
||||||
|
"perl(URI::Encode)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user