-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Warning message while using update.qubes-vm salt (Setuptools is replacing distutils) #8079
Comments
I got it too. Here is the reason:
https://docs.python.org/3/library/distutils.html More information on the deprecation (from the "What's New" link:):
https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated |
Is there any progress on this issue? A used unit being removed in 3.12 looks non-trivial. |
This is tracked in salt here: saltstack/salt#60476 |
So do new templates need a fix then for this? I ask because I created a debian 12 template and get this error when trying to update it. |
It's mostly relevant what versions you have in the template for default-mgmt-dvm, not the target qube you are updating. Note debian-12 doesn't have salt at all |
@marmarek can we somehow prevent users from using debian-12 as a management qube? IMO we should really ship a stateless management qube. |
I don't think that's the case above, it's about debian-12 as update target, not management qube. |
@TNTBOMBOM its cause is upstream technical debt. Check out the following issues: saltstack/salt#64267, saltstack/salt#64266, saltstack/salt#64265, saltstack/salt#64264, saltstack/salt#64263 |
Qubes OS release
4.1
Brief summary
A warning (Setuptools is replacing distutils) is appearing while using the qubes-vm update salt.
Steps to reproduce
Expected behavior
Warning should not appear.
Actual behavior
Warning message is appearing about replacing distutils with Setuptools.
The text was updated successfully, but these errors were encountered: