Skip to content

Removed setuptools as a dependency#115

Merged
swryan merged 1 commit intoOpenMDAO:masterfrom
swryan:setuptools
May 28, 2024
Merged

Removed setuptools as a dependency#115
swryan merged 1 commit intoOpenMDAO:masterfrom
swryan:setuptools

Conversation

@swryan
Copy link

@swryan swryan commented May 28, 2024

Summary

  • Replaced distutils.spawn.find_executable with shutil.which
  • Removed setuptools as a dependency
  • Cleaned up an unused import

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@swryan swryan requested a review from naylor-b May 28, 2024 18:41
@swryan swryan merged commit 38128a3 into OpenMDAO:master May 28, 2024
@swryan swryan deleted the setuptools branch May 28, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

distutils is deprecated

2 participants