Skip to content

Commit

Permalink
Libicu is enabled by default in pg17
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 16, 2025
1 parent 60c7ce6 commit c93caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def redhat_install_packages(c):
# you can detect amazon linux with /etc/issue and redhat with /etc/redhat-release
c.sudo("yum groupinstall -q -y 'Development Tools'", hide='stdout')

c.sudo('yum install -q -y libxml2-devel libxslt-devel'
c.sudo('yum install -q -y libxml2-devel libxslt-devel libicu-devel'
' openssl-devel pam-devel readline-devel libcurl-devel'
' git libzstd-devel lz4-devel perl-IPC-Run perl-Test-Simple'
' perl-Test-Harness perl-Time-HiRes', hide='stdout')
Expand Down

0 comments on commit c93caac

Please sign in to comment.