dellemc.os10
dellemc.os10 copied to clipboard
Remove ansible.netcommon <5.0.0 dependency to permit install of the newest releases
SUMMARY
Removed the upper offset of ansible.netcommon collection dependency to permit install of the newest releases At this time the collection version is 6.1.1, so with the dependency <5.0.0 it's impossible to install with newer collections that have ansible.netcommon as dependency
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
All components
ADDITIONAL INFORMATION
Same issue on my side. I'm blocked with cisco collection because require netcommon >6 but with this collection the maximum version supported is the 5.
Was just about to ask for the same thing.
Would
dependencies:
ansible.netcommon: '>=1.0.0'
the same as in dellemc.os9 be an issue for this collection?
Or even
dependencies:
ansible.netcommon: '>=2.0.0'
as in this PR.
Anyone can please review and approve this PR? I'm trying to build an image with some collections and this one breaks the env, thanks
@prasadapr any news on it?
Hi, any update on this? thanks
Hi Team, sorry due to other priority issues, we are not able to check this ticket. Earlier due to other request we have modified the condition. As you mentioned, we will remove the condition and will submit and provide the new release version.
Hi @gianmarco-mameli, Thanks for closing the issue.