-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: salt==v3005 for ops #75
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
Conversation
(cherry picked from commit fe9f34a)
|
ok at this point still need to solve above for macos and also in linux: |
I think that error is that pyopenssl 19 doesn't support python 3.10? as for the salt requirements -- we might need to fork to make it work correctly (also looks like they don't specify per-platform deps correctly either :S) |
|
edit: https://github.com/getsentry/salt/tree/v3005-sentry-pypi
Yeah... forking would be the easiest, not sure how rare this kind of per-platform incorrectness is but not too keen on making up for it in |
|
superseded by #79 |
This is a better version, they've removed pyobjc as a dependency which was a problematic one: #73
Also note that we're broken on
salt-ssh 3005 requires jinja2==3.1.0but would be an easy fix (we should also freeze our deps):Gonna be testing salt-ssh if it works for ops usage.
Oh yeah, also note that
dumpsterhas python 3.7, we need Python 3.8.Nice, can't even pip install this thing on Python 3.8.
lmao, well, just copied that darwin.txt over to py3.8 and works locally for
-r 'ls'andstate.apply.