2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

chore: Remove extra whitespaces

This commit is contained in:
Gavin D'souza 2020-11-24 15:46:51 +05:30
parent a951557800
commit aae7ec4ca6

View File

@ -156,7 +156,7 @@ def install_prerequisites():
'sudo yum install -y epel-release redhat-lsb-core git python-setuptools python-devel openssl-devel libffi-devel'
]
})
# until psycopg2-binary is available for aarch64 (Arm 64-bit), we'll need libpq and libssl dev packages to build psycopg2 from source
if platform.machine() == 'aarch64':
log("Installing libpq and libssl dev packages to build psycopg2 for aarch64...")