-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible 8 depclosure error in dellemc.enterprise_sonic #233
Labels
blocker
Situations which do not allow the package to be released.
Comments
gotmax23
added
the
blocker
Situations which do not allow the package to be released.
label
May 20, 2023
gotmax23
added a commit
to gotmax23/ansible-build-data
that referenced
this issue
May 21, 2023
dellemc.enterprise_sonic has depclosure errors. This pins it to the last working version. Normally, we wouldn't use ==, but since 2.0.0 is the only release in the range. ``` ERROR: found collection dependency ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0 ``` Relates: ansible-community#233 Relates: ansible-collections/dellemc.enterprise_sonic#267
gotmax23
added a commit
to gotmax23/ansible-build-data
that referenced
this issue
May 21, 2023
dellemc.enterprise_sonic has depclosure errors. This pins it to the last working version. We wouldn't normally use ==, but in this case, 2.0.0 is the only release in the range. ``` ERROR: found collection dependency ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0 ``` Relates: ansible-community#233 Relates: ansible-collections/dellemc.enterprise_sonic#267
felixfontein
pushed a commit
that referenced
this issue
May 21, 2023
dellemc.enterprise_sonic has depclosure errors. This pins it to the last working version. We wouldn't normally use ==, but in this case, 2.0.0 is the only release in the range. ``` ERROR: found collection dependency ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0 ``` Relates: #233 Relates: ansible-collections/dellemc.enterprise_sonic#267
gotmax23
added a commit
to gotmax23/ansible-build-data
that referenced
this issue
May 21, 2023
dellemc.enterprise_sonic has depclosure errors. This pins it to the last working version. We wouldn't normally use ==, but in this case, 2.0.0 is the only release in the range. ``` ERROR: found collection dependency ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0 ``` Relates: ansible-community#233 Relates: ansible-collections/dellemc.enterprise_sonic#267
gotmax23
added a commit
to gotmax23/ansible-build-data
that referenced
this issue
May 22, 2023
dellemc.enterprise_sonic has depclosure errors. This pins it to the last working version. We wouldn't normally use ==, but in this case, 2.0.0 is the only release in the range. ``` ERROR: found collection dependency ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0 ``` Relates: ansible-community#233 Relates: ansible-collections/dellemc.enterprise_sonic#267
29 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-- https://github.com/ansible-community/ansible-build-data/actions/runs/5029226827/jobs/9022214333?pr=227#step:9:367
ansible-collections/dellemc.enterprise_sonic#176 is the offending change. We'll need to file an issue against the collection. This won't block the next Ansible 8 release, as we're in feature freeze, but this still needs to be addressed ASAP.
The text was updated successfully, but these errors were encountered: