From 3621ec3ad49c18cf897b8935830910a0549001d8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Nov 2020 16:39:18 +0300 Subject: 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. --- extra/python/depends | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/python') diff --git a/extra/python/depends b/extra/python/depends index f5fadfec..87a1a560 100644 --- a/extra/python/depends +++ b/extra/python/depends @@ -1,5 +1,6 @@ bzip2 expat libffi +libressl sqlite zlib -- cgit v1.2.3