Skip to content

Commit

Permalink
8: pin dellemc.enterprise_sonic to 2.0.0 (#234)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gotmax23 authored May 21, 2023
1 parent a9eeda2 commit 003ed11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 8/ansible-8.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ community.zabbix: >=2.0.0,<3.0.0
containers.podman: >=1.10.0,<2.0.0
cyberark.conjur: >=1.2.0,<2.0.0
cyberark.pas: >=1.0.0,<2.0.0
dellemc.enterprise_sonic: >=2.0.0,<3.0.0
# 2.1.0 has depclosure errors
# https://github.com/ansible-community/ansible-build-data/issues/233
dellemc.enterprise_sonic: ==2.0.0
dellemc.openmanage: >=7.5.0,<8.0.0
dellemc.powerflex: >=1.6.0,<2.0.0
dellemc.unity: >=1.6.0,<2.0.0
Expand Down

0 comments on commit 003ed11

Please sign in to comment.