Broken dependencies in demo deploy
During building the Kea container I got this message:
Step 5/13 : RUN apt-get update && apt-get install -y --no-install-recommends isc-kea-dhcp4-server=2.0.1-isc20211214132435 isc-kea-ctrl-agent=2.0.1-isc20211214132435 isc-kea-admin=2.0.1-isc20211214132435 isc-kea-common=2.0.1-isc20211214132435 && mkdir -p /var/run/kea/
---> Running in 7e37112e1f6d
Get:1 https://dl.cloudsmith.io/public/isc/kea-2-0/deb/ubuntu bionic InRelease [5118 B]
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 5118 B in 1s (5076 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
a distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
isc-kea-ctrl-agent : Depends: python3-isc-kea-connector (= 2.0.1-isc20211214132435) but 2.0.2-isc20220227221539 is to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends isc-kea-dhcp4-server=2.0.1-isc20211214132435 isc-kea-ctrl-agent=2.0.1-isc20211214132435 isc-kea-admin=2.0.1-isc20211214132435 isc-kea-common=2.0.1-isc20211214132435 && mkdir -p /var/run/kea/' returned a non-zero code: 100
Service 'agent-kea' failed to build : Build failed
rake aborted!
Edited by Slawek Figiel