-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[3006.x] fix yumpkg for Python <3.8 #67152
base: 3006.x
Are you sure you want to change the base?
Conversation
We do not support python lower than 3.10 in 3006.x. |
Yes, I understand that it is not officially supported for older python versions. I guess this tiny change wouldn't harm to keep it working, like it did before 3006.9 ? |
What does this PR do?
The yumpkg module doesn't not work anymore with Ptyhon versions older than 3.8 because of the usage of the assignment/named expression.
This is a trivial change to fix it.
What issues does this PR fix or reference?
Fixes #67091