SSL/TLS is broken with Python 3: ImportError: missing module _ssl.
Versions
- Python: python3crystax as needs to be used with p4a
- OS: docker image with Ubuntu LTS for building, ran on LineageOS 14.1
- Kivy: not used, p4a is git master from a few days ago
- Cython: not using cython
Description
SSL/TLS breaks on import, gives ImportError: missing module _ssl - openssl as via the recipe is present and installed.
buildozer.spec
not using bulldozer directly
Logs
error happened in crystax_python/stdlib.zip/ssl.py line 98: import ssl -> `ImportError: No module named "_ssl"'