commit 3621ec3ad49c18cf897b8935830910a0549001d8
parent 3bcc3294be80889cec3b990a493fd2d291a80afb
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 2 Nov 2020 16:39:18 +0300
python: add libressl as a dependency
I really don't like doing this, so I might revert it. Libressl is
currently needed for ssl support on Python, I might write a patch in the
future to add bearssl support, but currently we will be needing this
dependency as ssl is an important part of a lot of Python projects.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/extra/python/depends b/extra/python/depends
@@ -1,5 +1,6 @@
bzip2
expat
libffi
+libressl
sqlite
zlib