Skip to content

Commit 4bd0cbf

Browse files
author
qount25
committed
Remove build-essential from the list of default build dependencies
1 parent 775da7c commit 4bd0cbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pgpm/package/dependencies.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ def build_dependencies
1010
case Pgpm::OS.in_scope.class.name
1111
when "debian", "ubuntu"
1212
[
13-
"build-essential",
1413
"postgresql-#{postgres_major_version}",
1514
"postgresql-server-dev-#{postgres_major_version}",
1615
"postgresql-common"
1716
]
1817
when "rocky+epel-9", "redhat", "fedora"
1918
[
20-
"build-essential",
2119
"postgresql-#{postgres_major_version}",
2220
"postgresql-server-devel-#{postgres_major_version}",
2321
"postgresql-common"

0 commit comments

Comments
 (0)