-
Notifications
You must be signed in to change notification settings - Fork 36
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
Extension destroys Salt 3006.1 installation due to conflicting jinja requirements #383
Comments
Even once I fix that, on my production instance I get:
|
@ggiesen Need to get a template here for this repo, but please use something similar to regular salt issue template and fill out versions-report or test.versions, so know what OS you are even using here. Did note RHEL 9 above, but a little more format on the issue would be helpful |
After some further debugging, I don't think this is an issue with saltext.vmware, but rather a salt-pip bug, probably related to saltstack/salt#64662. I'm going to close this issue and append it to that issue. |
Installing saltext.vmware on Salt 3006.1 causes pip to uninstall Salt due to conflicting jinja requirements:
This is due to saltext.vmware requiring
Jinja2 <= 3.1.0
:salt-ext-modules-vmware/setup.cfg
Line 44 in e50073f
whereas Salt 3006.1 is bundled with
3.1.2
The text was updated successfully, but these errors were encountered: