PelionIoT / distro-pelion-edge

Scripts for generating pelion-edge deb (Ubuntu) installer
Apache License 2.0
1 stars 2 forks source link

buster builds failure due to python unmet dependencies #205

Closed sameer2209-arm closed 3 years ago

sameer2209-arm commented 3 years ago

buster builds are failing on amd64, arm64, and armhf architectures due to unmet dependencies issue. I was able to reproduce the issue outside the CI infra also on an office machine.

Logs from the CI build failure: The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.16-1) but it is not going to be installed Depends: libpython-stdlib (= 2.7.16-1) but it is not going to be installed Depends: python2 (= 2.7.16-1) but 2.7.18-2 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 apt-rdepends git lintian python quilt ssh vim' returned a non-zero code: 100

ryannowarm commented 3 years ago

Fixed