Skip to content

Use CentOS Stream 10 for CI#1290

Draft
jobselko wants to merge 2 commits into
pulp:mainfrom
jobselko:centos-ci
Draft

Use CentOS Stream 10 for CI#1290
jobselko wants to merge 2 commits into
pulp:mainfrom
jobselko:centos-ci

Conversation

@jobselko

Copy link
Copy Markdown
Member

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

@dralley

dralley commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@jobselko import distutils.util\nModuleNotFoundError: No module named 'distutils

It was removed in python 3.12 https://docs.python.org/3/library/distutils.html

@dralley

dralley commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

I think it's not being used directly but rather indirectly, somehow.

@dralley

dralley commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

I think by https://pypi.org/project/pkginfo/

@dralley

dralley commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Perhaps related, but pulp_python seems to have an undeclared dependency on packaging, which is only pulled in transitively but is used directly.

The logs seem to suggest that packaging is using disutils, but looking at their changelog, all such usages were removed long ago (2021). Maybe an ancient version is being pulled in somehow.

@github-actions github-actions Bot added the multi-commit Add to bypass single commit lint check label Jul 21, 2026
@jobselko
jobselko marked this pull request as draft July 21, 2026 15:57
@dralley

dralley commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@jobselko Is this an actual fix or does it just avoid the issue being triggered?

@jobselko

Copy link
Copy Markdown
Member Author

@dralley It just avoids triggering the issue, but I wanted to try it. I will add packaging as a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

multi-commit Add to bypass single commit lint check no-changelog no-issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants