Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Initial removal of distutils and replacement with setuptools #63255

Closed
wants to merge 17 commits into from

Conversation

dmurphy18
Copy link
Contributor

@dmurphy18 dmurphy18 commented Dec 7, 2022

What does this PR do? Removes use of distutils and replaces its usage with setuptools

What issues does this PR fix or reference?

Fixes: #60476

Previous Behavior

Could use python setup.py sdist | install | clean and eggs

New Behavior

Need to use build to generate sdist tar ball and wheels

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@dmurphy18 dmurphy18 requested a review from a team as a code owner December 7, 2022 23:26
@dmurphy18 dmurphy18 requested review from garethgreenaway and waynew and removed request for a team and garethgreenaway December 7, 2022 23:26
@Ch3LL Ch3LL added the Sulfur v3006.0 release code name and version label Dec 8, 2022
@dmurphy18 dmurphy18 changed the title Initial removal of distutils and replacement with setuptools [Draft] Initial removal of distutils and replacement with setuptools Dec 9, 2022
@dmurphy18 dmurphy18 closed this Dec 16, 2022
@dmurphy18 dmurphy18 deleted the dgm_dstutils_removal branch May 3, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sulfur v3006.0 release code name and version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] distutils is deprecated and slated for removal in python3.12
3 participants