ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
833 stars 1.53k forks source link

[PR #8987/29a2df8e backport][stable-9] udm_user, homectl: use legacycrypt on Python 3.13+ #8993

Closed patchback[bot] closed 1 month ago

patchback[bot] commented 1 month ago

This is a backport of PR #8987 as merged into main (29a2df8e6b6b52f28aa99474f753cb5e7d343603).

SUMMARY

On Python 3.13, crypt has been removed from the standard library. There's now a PyPI package legacycrypt which contains the removed module. Use that one if available.

Ref: #4690 Ref: #4691

ISSUE TYPE
COMPONENT NAME

udm_user homectl