dslm4515 / Optimux

Optimized Musl Linux From Scratch
15 stars 3 forks source link

Python 3.10.0 drops support for LibreSSL #21

Open dslm4515 opened 3 years ago

dslm4515 commented 3 years ago

When compiling python during chroot, ssl module is not built.

https://github.com/kisslinux/repo/issues/263

Either stick with python-3.9.7 or develop a patch to restore LibreSSL support in Python 3.10.0

dslm4515 commented 2 years ago

Technically Python 3.10.0+ builds find but the ssl module will not be built.

Not sure how important this module is or if it can be replaced with pylibressl.