vext-python / vext

Use system python packages in virtualenv.
MIT License
71 stars 7 forks source link

Deprecation of the distutils package #88

Closed FriedrichFroebel closed 10 months ago

FriedrichFroebel commented 2 years ago

The package still relies on the deprecated distutils package. There is some guidance available at https://peps.python.org/pep-0632/#migration-advice on how to migrate to alternatives.

stuaxo commented 10 months ago

Good research, I tried all of these in a python shell and they seem like the right replacements, are you up for submitting a PR ?