Describe the bug
The following package pinning of pyVmomi conflicts with other collection that require a newer version:
Such as community.vmware which pins the pyVmomi package as such:
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
Describe the bug
The following package pinning of
pyVmomiconflicts with other collection that require a newer version:ansible-collection-alb/requirements.txt
Line 2 in 6e57c27
Such as community.vmware which pins the
pyVmomipackage as such:I suggest pinning the
pyVmomipackage the same way as the community.vmware collection does it.Reproduction steps
Install both the
vmware.albandcommunity.vmwarecollections in the same environment results in the following error message:Expected behavior
Being able to install both collection in the same environment.
Additional context
No response