Open dslm4515 opened 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
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.
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