Install libssl-dev when installing pythonz

This commit is contained in:
Lance Edgar 2023-01-09 09:01:31 -06:00
parent 492e8da5c3
commit c8ab84e462

View file

@ -85,6 +85,7 @@ def install_pythonz(c):
'curl',
# these are needed when building python:
'libsqlite3-dev',
'libssl-dev',
'zlib1g-dev',
)
if not exists(c, '/usr/local/pythonz'):