commit | 320c2bf42ae41d751c72d80a6c85b26f3f6951bd | [log] [tgz] |
---|---|---|
author | Stephen Finucane <stephenfin@redhat.com> | Tue Dec 03 17:04:39 2024 +0000 |
committer | Stephen Finucane <stephenfin@redhat.com> | Tue Dec 03 17:15:36 2024 +0000 |
tree | 464894943b1c29e4fcf62f5681d084bb6bb74d44 | |
parent | 97ea68ec4611391de2e245a1def655cbebc7649d [diff] |
Install setuptools 'core' extra Under as-yet-unidentified conditions, we can end up with a version of packaging that is too old for the version of latest version of setuptools. This is a known issue and expected behavior and per [1] $subject is the preferred resolution. [1] https://github.com/pypa/setuptools/issues/4483#issuecomment-2237219597 Change-Id: I9232f3fae1598297e83c4ea37339896f7dcbd44f Signed-off-by: Stephen Finucane <stephenfin@redhat.com>