You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix building Ansible dist w/ setuptools>=48,<49.1 (#70525)
* Fix building Ansible dist w/ setuptools>=48,<49.1
This change addresses the deprecation of the use of stdlib
`distutils`. It's a short-term hotfix for the problem and we'll
need to consider dropping the use of `distutils` from our `setup.py`.
Refs:
* #70456
* pypa/setuptools#2230
* pypa/setuptools@bd110264
Co-Authored-By: Jason R. Coombs <[email protected]>
* Add a change note for PR #70525
Co-authored-by: Jason R. Coombs <[email protected]>
0 commit comments