mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-23 22:17:19 +00:00

python's crypt module is deprecated in 3.11 and to be removed in 3.13. Replace its usage with openssl's passwd. Signed-off-by: Ian Leonard <antonlacon@gmail.com>