System tests fails - missing Kea dependency
Stork system tests start failing due to missing Kea dependency:
#7 3.451 The following packages have unmet dependencies:
#7 3.490 isc-kea-ctrl-agent : Depends: python3-isc-kea-connector (= 2.0.2-isc20220227221539) but 2.0.3-isc20220725151155 is to be installed
#7 3.498 E: Unable to correct problems, you have held broken packages.
Command:
wget -q -O- https://dl.cloudsmith.io/${KEA_REPO}/cfg/setup/bash.deb.sh | bash \
&& apt-get update \
&& apt-get install \
--no-install-recommends \
-y \
isc-kea-ctrl-agent=${KEA_VER} \
isc-kea-dhcp4-server=${KEA_VER} \
isc-kea-dhcp6-server=${KEA_VER} \
isc-kea-admin=${KEA_VER} \
isc-kea-common=${KEA_VER}
for environment variables:
KEA_REPO=public/isc/kea-2-0
KEA_VER=2.0.2-isc20220227221539