mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix(pg/pkg): fix postgresql packaging dependencies (#4585)
Co-authored-by: Colin Gagnaire <gagnaire.colin@gmail.com>
This commit is contained in:
parent
ceb2f5df46
commit
7e011ac95b
@ -1,5 +1,6 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libdbd-pg-perl",
|
||||
"libdbi-perl"
|
||||
]
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(DBD::Pg)",
|
||||
"perl(DBI)",
|
||||
"perl(Time::HiRes)",
|
||||
"perl(POSIX)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user