fix(pg/pkg): fix postgresql packaging dependencies (#4585)

Co-authored-by: Colin Gagnaire <gagnaire.colin@gmail.com>
This commit is contained in:
qgarnier 2023-08-08 10:31:39 +02:00 committed by GitHub
parent ceb2f5df46
commit 7e011ac95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"dependencies": [ "dependencies": [
"libdbd-pg-perl",
"libdbi-perl" "libdbi-perl"
] ]
} }

View File

@ -1,5 +1,6 @@
{ {
"dependencies": [ "dependencies": [
"perl(DBD::Pg)",
"perl(DBI)", "perl(DBI)",
"perl(Time::HiRes)", "perl(Time::HiRes)",
"perl(POSIX)" "perl(POSIX)"