Update worlddump.py#131
Conversation
The distutils library is depreciated. According to the Python PEP 632, setuptools should be used as a substitute. I could only find one instance where a function from distutils was previously used worlddump.py (79) and replaced with the relevant substitute as mentioned in PEP 632.
|
Thank you for your contribution! This GitHub repository is just a mirror of https://opendev.org/openstack/devstack, where development really happens. Pull requests proposed on GitHub are automatically closed. If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review. If you have never contributed to OpenStack before, please see: Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here: |
The distutils library is depreciated. According to the Python PEP 632, setuptools should be used as a substitute. I could only find one instance where a function from distutils was previously used worlddump.py (79) and replaced with the relevant substitute as mentioned in PEP 632.