Broken dependency on python3-parted in Trusty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curtin |
Fix Released
|
High
|
Unassigned |
Bug Description
last few lines from cloud-init-
Reading state information...
E: Unable to locate package python3-parted
failed to install deps!
2015-08-10 09:46:02,678 - util.py[WARNING]: Failed running /var/lib/
2015-08-10 09:46:02,681 - cc_scripts_
2015-08-10 09:46:02,681 - util.py[WARNING]: Running scripts-user (<module 'cloudinit.
This was using MAAS and getting Curtin 0.1.0~bzr236 from the experimental PPA.
Note that python3-parted is not in the archive for Trusty: http://
Changed in curtin: | |
status: | Confirmed → Fix Committed |
this is known, the goal is to drop the dependency on python-parted.
we did not implement a work around as we're getting rid of it soon.
wily works, but trusty was tricky as the curtin launcher picks between available pythons, and in trusty:
python3-parted is not packaged
python-yaml (python2) is not available,
so the bin/curtin launcher doesn't find either one as suitable.
we could work around it, but we hope to fix it by dropping parted soon.