Skip to content
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

Closed
Tracked by #223
gotmax23 opened this issue May 20, 2023 · 1 comment · Fixed by #245
Closed
Tracked by #223

Ansible 8 depclosure error in dellemc.enterprise_sonic #233

gotmax23 opened this issue May 20, 2023 · 1 comment · Fixed by #245
Labels
blocker Situations which do not allow the package to be released.

Comments

@gotmax23
Copy link
Contributor

ERROR: found collection dependency
ERROR: dellemc.enterprise_sonic version_conflict: ansible.netcommon-5.1.1 but needs >=2.0.0,<5.0.0

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

@felixfontein
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Situations which do not allow the package to be released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants