129042be12
Backport an upstream patch to fix a build error with python 3.12 (imp module not longer available). Enable SSL in host-python when the admin panel is enabled: web2py will wnt to generate a password, and uses pydal for that, which in turns uses hashlib.pbkdf2_hmac(). Until python 3.11, there was a pure-python fallback for when python was built without openssl; with 3.12, that fallback was removed, so opensll is now required. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>