ccontavalli / ssh-ident

Different agents and different keys for different projects, with ssh.
Other
963 stars 71 forks source link

Deprecation warning for distutils (Fedora 35 beta) #65

Open zapp42 opened 2 years ago

zapp42 commented 2 years ago

I get the following warning since upgrading to Fedora 35 beta:

~/bin/ssh:316: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils.spawn

maddes-b commented 2 years ago

Please have a look at the fork at https://github.com/ssh-ident/ssh-ident1, just added a workaround that should fit Python 2.x, 3.x and also 3.10+ with deprecation warnings and even Python 3.12+ without distutils library. Would be nice if you could test it in your environment.