Skip to content

Commit ac4c103

Browse files
Added postgres-client into dependent list.
Signed-off-by: sreepuramsudheer <[email protected]>
1 parent 08baf4b commit ac4c103

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/bookshelf/habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pkg_deps=(
88
core/coreutils
99
core/gcc-libs
1010
core/sqitch
11+
core/postgresql-client
1112
)
1213
pkg_build_deps=(core/make core/git core/gcc)
1314
pkg_bin_dirs=(bin)

src/oc-id/habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pkg_maintainer="The Chef Server Maintainers <[email protected]>"
44
pkg_license=('Apache-2.0')
55
pkg_deps=(
66
core/sqitch
7+
core/postgresql-client
78
core/curl
89
core/node14
910
core/ruby31/3.1.6/20240912144513

src/oc_bifrost/habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pkg_deps=(
99
core/curl
1010
core/gcc-libs
1111
core/sqitch
12+
core/postgresql-client
1213
)
1314
pkg_build_deps=(core/make core/git core/gcc)
1415
pkg_bin_dirs=(bin)

src/oc_erchef/habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pkg_deps=(
1111
core/gcc-libs
1212
core/ruby31/3.1.6/20240912144513
1313
core/sqitch
14+
core/postgresql-client
1415
core/gecode
1516
core/libffi
1617
core/glibc

0 commit comments

Comments
 (0)