Install libssl-dev
when installing pythonz
This commit is contained in:
parent
492e8da5c3
commit
c8ab84e462
|
@ -85,6 +85,7 @@ def install_pythonz(c):
|
||||||
'curl',
|
'curl',
|
||||||
# these are needed when building python:
|
# these are needed when building python:
|
||||||
'libsqlite3-dev',
|
'libsqlite3-dev',
|
||||||
|
'libssl-dev',
|
||||||
'zlib1g-dev',
|
'zlib1g-dev',
|
||||||
)
|
)
|
||||||
if not exists(c, '/usr/local/pythonz'):
|
if not exists(c, '/usr/local/pythonz'):
|
||||||
|
|
Loading…
Reference in a new issue