Skip to content

Commit 6129918

Browse files
Merge pull request #308 from noelmcloughlin/cent7
fix(centOS): postgres11 needs libicu installed
2 parents e84389d + 4c0f796 commit 6129918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgres/osfamilymap.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ RedHat:
6464
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-$releasever-$basearch'
6565

6666
{%- if grains.get('osmajorrelease', 0) >= 7 %}
67+
pkgs_deps:
68+
- libicu
6769
pkg_python: python3-psycopg2
6870
{%- endif %}
6971

0 commit comments

Comments
 (0)