aboutsummaryrefslogtreecommitdiff
path: root/extra/python
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-02 16:39:18 +0300
committerCem Keylan <cem@ckyln.com>2020-11-02 16:39:18 +0300
commit3621ec3ad49c18cf897b8935830910a0549001d8 (patch)
treed40921a2981de31525013f47093aa9b2bc786fe6 /extra/python
parent3bcc3294be80889cec3b990a493fd2d291a80afb (diff)
downloadrepository-3621ec3ad49c18cf897b8935830910a0549001d8.tar.gz
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 (limited to 'extra/python')
-rw-r--r--extra/python/depends1
1 files changed, 1 insertions, 0 deletions
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