Control: tags -1 + fixed-upstream On Thu, Oct 03, 2024 at 04:10:44PM -0400, Noah Meyerhans wrote: > waagent is missing a dependency on python3-setuptools, causing it to crash on > startup on current sid Azure images.
The 2.12 upstream release branch resolves this issue by eliminating the use of distutils. See https://github.com/Azure/WALinuxAgent/blob/f9ce539/azurelinuxagent/common/utils/distro_version.py for the current implementation.