mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-16 23:10:33 +00:00
openstack-base: Fix psycopg2 install on EL
pg_config has been moved to postgresql-server, postgresql-devel only installs a link to pg_config which is unresolvable without -server package. Installing postgresql-server-devel to include headers which are also required for building psycopg2. Change-Id: I35548a02f652c035c17aabe149752322ffc869c4 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
parent
8ef672bdd7
commit
c35fb9ce5c
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||
'pcre2-devel',
|
||||
'postgresql',
|
||||
'postgresql-devel',
|
||||
'postgresql-server-devel',
|
||||
'python3-devel',
|
||||
'python3-mod_wsgi',
|
||||
'sqlite-devel',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue