provision: Install postgresql-devel on CentOS as system dependency.

This commit is contained in:
rht 2019-12-18 11:11:18 +00:00 committed by Tim Abbott
parent 9898c07e0d
commit 60563e9180
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ elif "rhel" in os_families():
pkg.format(POSTGRES_VERSION) for pkg in [ pkg.format(POSTGRES_VERSION) for pkg in [
"postgresql{0}-server", "postgresql{0}-server",
"postgresql{0}", "postgresql{0}",
"postgresql{0}-devel",
"postgresql{0}-pgroonga", "postgresql{0}-pgroonga",
] ]
] + REDHAT_VENV_DEPENDENCIES ] + REDHAT_VENV_DEPENDENCIES