-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udm_user, homectl: use legacycrypt on Python 3.13+ #8987
udm_user, homectl: use legacycrypt on Python 3.13+ #8987
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8992 🤖 @patchback |
Use legacycrypt on Python 3.13+. (cherry picked from commit 29a2df8)
@russoz thanks for reviewing this! |
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8993 🤖 @patchback |
Use legacycrypt on Python 3.13+. (cherry picked from commit 29a2df8)
@russoz thanks for reviewing this! |
…ns#8987) Use legacycrypt on Python 3.13+.
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