From 003ed11712f430defe36b3fa40a6f0d07194a111 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 21 May 2023 15:04:04 -0500 Subject: [PATCH] 8: pin dellemc.enterprise_sonic to 2.0.0 (#234) 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: https://github.com/ansible-community/ansible-build-data/issues/233 Relates: https://github.com/ansible-collections/dellemc.enterprise_sonic/issues/267 --- 8/ansible-8.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/8/ansible-8.build b/8/ansible-8.build index fc5395376f..7065599d0e 100644 --- a/8/ansible-8.build +++ b/8/ansible-8.build @@ -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