Skip to content

Commit

Permalink
fix(cent7): postgres11 needs libicu installed
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jan 7, 2021
1 parent e84389d commit 4c0f796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ RedHat:
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-$releasever-$basearch'

{%- if grains.get('osmajorrelease', 0) >= 7 %}
pkgs_deps:
- libicu
pkg_python: python3-psycopg2
{%- endif %}

Expand Down

0 comments on commit 4c0f796

Please sign in to comment.