requirementslib icon indicating copy to clipboard operation
requirementslib copied to clipboard

Don't use the deprecated Python distutils module

Open hroncok opened this issue 1 year ago • 4 comments

The Python standard library distutils module will be removed from Python 3.12+

https://peps.python.org/pep-0632/

The package already has setuptools in install_requires, so no need to try-except import it.

hroncok avatar Oct 18 '22 09:10 hroncok

@hroncok can you please fix the linting issue?

oz123 avatar Oct 20 '22 22:10 oz123

Hopefully done.

hroncok avatar Oct 21 '22 08:10 hroncok

One last change: please add a 348.trival.rst, file to news/. Thank you!

oz123 avatar Oct 24 '22 09:10 oz123

Done.

hroncok avatar Oct 24 '22 14:10 hroncok