ssh-ident
ssh-ident copied to clipboard
Deprecation warning for distutils (Fedora 35 beta)
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
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.