photon
photon copied to clipboard
python-zmq needs version bump for Salt 3005.1
Describe the bug
Current Spec file lists 19.0.2, which if you try to use salt-call —local pip.list will error on pyzmq not meeting the required version.
If you check the salt repo for the Python 3-10 requirements,
pyzmq==23.2.0 ; python_version >= "3.9"
https://github.com/saltstack/salt/blob/master/requirements/static/pkg/py3.10/linux.txt
it might be a good idea to verify the other versions as well.
Thanks!
Reproduction steps
- salt-call —local pip.list
Expected behavior
salt-call should work.
Additional context
Currently, this impacts configuration managent using salt, especially when using the pkg providers.