diff --git a/packaging/centreon-plugin-Applications-Databases-Postgresql/deb.json b/packaging/centreon-plugin-Applications-Databases-Postgresql/deb.json index bf3c085d1..667df5d62 100644 --- a/packaging/centreon-plugin-Applications-Databases-Postgresql/deb.json +++ b/packaging/centreon-plugin-Applications-Databases-Postgresql/deb.json @@ -1,5 +1,6 @@ { "dependencies": [ + "libdbd-pg-perl", "libdbi-perl" ] } \ No newline at end of file diff --git a/packaging/centreon-plugin-Applications-Databases-Postgresql/rpm.json b/packaging/centreon-plugin-Applications-Databases-Postgresql/rpm.json index 9bda8eaff..d67dfb282 100644 --- a/packaging/centreon-plugin-Applications-Databases-Postgresql/rpm.json +++ b/packaging/centreon-plugin-Applications-Databases-Postgresql/rpm.json @@ -1,5 +1,6 @@ { "dependencies": [ + "perl(DBD::Pg)", "perl(DBI)", "perl(Time::HiRes)", "perl(POSIX)"