Skip to content

Commit 25a8954

Browse files
Reverting habitat changes.
Signed-off-by: sreepuramsudheer <[email protected]>
1 parent 20dbc11 commit 25a8954

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

src/bookshelf/habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ pkg_deps=(
77
core/cacerts
88
core/coreutils
99
core/gcc-libs
10-
core/sqitch
11-
core/postgresql-client
10+
core/sqitch_pg
1211
)
1312
pkg_build_deps=(core/make core/git core/gcc)
1413
pkg_bin_dirs=(bin)

src/oc-id/habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pkg_origin=chef
33
pkg_maintainer="The Chef Server Maintainers <[email protected]>"
44
pkg_license=('Apache-2.0')
55
pkg_deps=(
6-
core/sqitch
7-
core/postgresql-client
6+
core/sqitch_pg
87
core/curl
98
core/node14
109
core/ruby31/3.1.6/20240912144513

src/oc_bifrost/habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ pkg_deps=(
88
core/coreutils
99
core/curl
1010
core/gcc-libs
11-
core/sqitch
12-
core/postgresql-client
11+
core/sqitch_pg
1312
)
1413
pkg_build_deps=(core/make core/git core/gcc)
1514
pkg_bin_dirs=(bin)

src/oc_erchef/habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ pkg_deps=(
1010
core/openssl
1111
core/gcc-libs
1212
core/ruby31/3.1.6/20240912144513
13-
core/sqitch
14-
core/postgresql-client
13+
core/sqitch_pg
1514
core/gecode
1615
core/libffi
1716
core/glibc

0 commit comments

Comments
 (0)