ansible-collection-alb
ansible-collection-alb copied to clipboard
pyVmomi dependency version conflict
Describe the bug
The following package pinning of pyVmomi
conflicts with other collection that require a newer version:
https://github.com/vmware/ansible-collection-alb/blob/6e57c27ba9ee425ebe24cc865bfe3ba45e07fcb8/requirements.txt#L2
Such as community.vmware which pins the pyVmomi
package as such:
pyVmomi>=8.0.3.0.1
I suggest pinning the pyVmomi
package the same way as the community.vmware collection does it.
Reproduction steps
Install both the vmware.alb
and community.vmware
collections in the same environment results in the following error message:
ERROR: Cannot install pyVmomi==8.0.2.0.1 and pyVmomi>=8.0.3.0.1 because these package versions have conflicting dependencies.
Expected behavior
Being able to install both collection in the same environment.
Additional context
No response