Skip to content

Commit

Permalink
Added postgres-client into dependent list.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 24, 2024
1 parent 08baf4b commit ac4c103
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bookshelf/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkg_deps=(
core/coreutils
core/gcc-libs
core/sqitch
core/postgresql-client
)
pkg_build_deps=(core/make core/git core/gcc)
pkg_bin_dirs=(bin)
Expand Down
1 change: 1 addition & 0 deletions src/oc-id/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pkg_maintainer="The Chef Server Maintainers <[email protected]>"
pkg_license=('Apache-2.0')
pkg_deps=(
core/sqitch
core/postgresql-client
core/curl
core/node14
core/ruby31/3.1.6/20240912144513
Expand Down
1 change: 1 addition & 0 deletions src/oc_bifrost/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkg_deps=(
core/curl
core/gcc-libs
core/sqitch
core/postgresql-client
)
pkg_build_deps=(core/make core/git core/gcc)
pkg_bin_dirs=(bin)
Expand Down
1 change: 1 addition & 0 deletions src/oc_erchef/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pkg_deps=(
core/gcc-libs
core/ruby31/3.1.6/20240912144513
core/sqitch
core/postgresql-client
core/gecode
core/libffi
core/glibc
Expand Down

0 comments on commit ac4c103

Please sign in to comment.