Skip to content

Commit

Permalink
fix(mongodb): added missing dependencies for Debian (#5410)
Browse files Browse the repository at this point in the history
Refs:CTOR-1245
  • Loading branch information
omercier authored Jan 27, 2025
1 parent 26c4b67 commit 62ca864
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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)"
]
}

0 comments on commit 62ca864

Please sign in to comment.