This bug was fixed in the package cloud-init - 20.3-0ubuntu1
---
cloud-init (20.3-0ubuntu1) groovy; urgency=medium
* New upstream release.
- Release 20.3 (#547) [James Falcon] (LP: #1892878)
- tox: bump the pylint version to 2.6.0 in the default run (#544)
[Paride Lego
A fix for this landed in https://github.com/canonical/cloud-
init/commit/456fb55744a1acc6bd2f464b7656a9c33d0b7ac5
** Changed in: cloud-init (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
I think we want two flags; keep the default behavior of all deps output:
and then
--build-requires # print the build package requirements
--requires # print the runtime package requirements
Then brpm needs to be updated to call read-deps with those two flags, and
adjust its build-requ
Hi Ryan,
This happens because `tools/read-dependencies --distro` joins the
'requires' and 'build-requires' defined in pkg-deps.json, the file that
specifies the distro-specific deps. See this line specifically:
https://github.com/canonical/cloud-init/blob/master/tools/read-
dependencies#L227
Thi