vmware / vmware/photon

python-zmq needs version bump for Salt 3005.1

Open
#1,361 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
C
Stars
3.2k
Forks
692
PR merge metrics
No merged PRs in 30d

Description

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
  1. 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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Spec file that lists the python-zmq version, then compare its requirement with the Salt Python 3.10 package requirements linked in the issue. Verify the other listed versions as requested, update the dependency metadata, and confirm that salt-call --local pip.list no longer reports an unsatisfied pyzmq requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.