-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add missing requires python3-cryptography for x509 #99
base: release/3006.0
Are you sure you want to change the base?
Conversation
@asdil12 it's a debug message on attempt to load custom module, which is intended to work this way and In case of using |
Is the additional dependency really that expensive that we risk having runtime crashes when making use of the x509 module? |
It's not a crash of the service, it's just the debug message that the module can't be loaded. This message is not visible with the default logging level. Better to use |
I think that if a package contains a file that imports a module, the package should require all the dependencies. |
There is a list of the modules which are shipped with the salt, but are not intended to be used on all possible systems, for example there are windows related modules which dont make any sense in linux but are there anyway, and most of the modules are checking if the module can be used on the client with |
I just checked the output from https://gitlab.suse.de/openqa/salt-states-openqa/-/jobs/3195852 and it actually means that |
See https://progress.opensuse.org/issues/167830