setuptools 81.0.0 dropped support for the legacy 'pkg_resources'
library. While most users of this (including the all important pbr
library) have been updated to remove references to 'pkg_resources' on
current master, this is not true for historical releases. Pin the
setuptools version used on these historic branches to work around this.
Conflicts:
inc/python
NOTE(stephenfin): Conflicts are due to the absence of
I74b0f93457f91e7d53d54737d52f67075088faca which we don't want to
backport
Change-Id: Icf07fa246b3532f939d20e3cbea32cc0b7b439ed
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
(cherry picked from commit 94e1ba49e9)
(cherry picked from commit 84c7dd2354)